Struct SDP_LARGE_INTEGER_16
#[repr(C)]pub struct SDP_LARGE_INTEGER_16 {
pub LowPart: u64,
pub HighPart: i64,
}
Fields§
§LowPart: u64
§HighPart: i64
Trait Implementations§
§impl Clone for SDP_LARGE_INTEGER_16
impl Clone for SDP_LARGE_INTEGER_16
§fn clone(&self) -> SDP_LARGE_INTEGER_16
fn clone(&self) -> SDP_LARGE_INTEGER_16
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SDP_LARGE_INTEGER_16
Auto Trait Implementations§
impl Freeze for SDP_LARGE_INTEGER_16
impl RefUnwindSafe for SDP_LARGE_INTEGER_16
impl Send for SDP_LARGE_INTEGER_16
impl Sync for SDP_LARGE_INTEGER_16
impl Unpin for SDP_LARGE_INTEGER_16
impl UnwindSafe for SDP_LARGE_INTEGER_16
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