#[repr(C)]pub struct STYLEBUFW {
pub dwStyle: u32,
pub szDescription: [u16; 32],
}
Fields§
§dwStyle: u32
§szDescription: [u16; 32]
Trait Implementations§
Auto Trait Implementations§
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