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