#[repr(C)]pub struct CCSTYLEA {
pub flStyle: u32,
pub flExtStyle: u32,
pub szText: [CHAR; 256],
pub lgid: u16,
pub wReserved1: u16,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
flStyle: u32
flExtStyle: u32
szText: [CHAR; 256]
lgid: u16
wReserved1: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CCSTYLEA
impl Send for CCSTYLEA
impl Sync for CCSTYLEA
impl Unpin for CCSTYLEA
impl UnwindSafe for CCSTYLEA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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