#[repr(C)]pub struct DWORD_BLOB {
pub clSize: u32,
pub alData: [u32; 1],
}Fields§
§clSize: u32§alData: [u32; 1]Auto Trait Implementations§
impl Freeze for DWORD_BLOB
impl RefUnwindSafe for DWORD_BLOB
impl Send for DWORD_BLOB
impl Sync for DWORD_BLOB
impl Unpin for DWORD_BLOB
impl UnsafeUnpin for DWORD_BLOB
impl UnwindSafe for DWORD_BLOB
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