#[repr(C)]pub struct Params {
pub ptr: *mut u64,
}Expand description
Parameters of time
Fields§
§ptr: *mut u64Pointer to the 64-bits time (may be null).
The least significant 31 bits are always returned, regardless of whether the pointer is null.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Params
impl RefUnwindSafe for Params
impl !Send for Params
impl !Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more