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