#[repr(C)]pub struct GetSystemTimeCallback {
pub cb: GetSystemTimeCallbackType,
}Fields§
§cb: GetSystemTimeCallbackTypeTrait Implementations§
Source§impl Clone for GetSystemTimeCallback
impl Clone for GetSystemTimeCallback
Source§impl Debug for GetSystemTimeCallback
impl Debug for GetSystemTimeCallback
Source§impl Display for GetSystemTimeCallback
impl Display for GetSystemTimeCallback
Source§impl Hash for GetSystemTimeCallback
impl Hash for GetSystemTimeCallback
Source§impl Ord for GetSystemTimeCallback
impl Ord for GetSystemTimeCallback
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetSystemTimeCallback
impl PartialEq for GetSystemTimeCallback
Source§impl PartialOrd for GetSystemTimeCallback
impl PartialOrd for GetSystemTimeCallback
impl Copy for GetSystemTimeCallback
impl Eq for GetSystemTimeCallback
Auto Trait Implementations§
impl Freeze for GetSystemTimeCallback
impl RefUnwindSafe for GetSystemTimeCallback
impl Send for GetSystemTimeCallback
impl Sync for GetSystemTimeCallback
impl Unpin for GetSystemTimeCallback
impl UnsafeUnpin for GetSystemTimeCallback
impl UnwindSafe for GetSystemTimeCallback
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