#[repr(C)]pub struct CCSTYLEW {
pub flStyle: u32,
pub flExtStyle: u32,
pub szText: [u16; 256],
pub lgid: u16,
pub wReserved1: u16,
}
Expand description
Required features: "Win32_UI_Controls"
Fields
flStyle: u32
flExtStyle: u32
szText: [u16; 256]
lgid: u16
wReserved1: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CCSTYLEW
impl Send for CCSTYLEW
impl Sync for CCSTYLEW
impl Unpin for CCSTYLEW
impl UnwindSafe for CCSTYLEW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more