#[repr(C)]pub struct Struct_tdTSS_UUID {
pub ulTimeLow: UINT32,
pub usTimeMid: UINT16,
pub usTimeHigh: UINT16,
pub bClockSeqHigh: BYTE,
pub bClockSeqLow: BYTE,
pub rgbNode: [BYTE; 6],
}Fields§
§ulTimeLow: UINT32§usTimeMid: UINT16§usTimeHigh: UINT16§bClockSeqHigh: BYTE§bClockSeqLow: BYTE§rgbNode: [BYTE; 6]Trait Implementations§
Source§impl Clone for Struct_tdTSS_UUID
impl Clone for Struct_tdTSS_UUID
Source§fn clone(&self) -> Struct_tdTSS_UUID
fn clone(&self) -> Struct_tdTSS_UUID
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Struct_tdTSS_UUID
Source§impl Default for Struct_tdTSS_UUID
impl Default for Struct_tdTSS_UUID
Source§fn default() -> Struct_tdTSS_UUID
fn default() -> Struct_tdTSS_UUID
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_tdTSS_UUID
impl RefUnwindSafe for Struct_tdTSS_UUID
impl Send for Struct_tdTSS_UUID
impl Sync for Struct_tdTSS_UUID
impl Unpin for Struct_tdTSS_UUID
impl UnsafeUnpin for Struct_tdTSS_UUID
impl UnwindSafe for Struct_tdTSS_UUID
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