Struct DLSID
#[repr(C)]pub struct DLSID {
pub ulData1: u32,
pub usData2: u16,
pub usData3: u16,
pub abData4: [u8; 8],
}
Fields§
§ulData1: u32
§usData2: u16
§usData3: u16
§abData4: [u8; 8]
Trait Implementations§
impl Copy for DLSID
impl StructuralPartialEq for DLSID
Auto Trait Implementations§
impl Freeze for DLSID
impl RefUnwindSafe for DLSID
impl Send for DLSID
impl Sync for DLSID
impl Unpin for DLSID
impl UnwindSafe for DLSID
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