Struct windows_sys::Win32::UI::Controls::CCSTYLEFLAGA
[−]Expand description
Required features: "Win32_UI_Controls"
Fields
flStyle: u32
flStyleMask: u32
pszStyle: PSTR
Trait Implementations
impl Clone for CCSTYLEFLAGA
impl Clone for CCSTYLEFLAGA
impl Copy for CCSTYLEFLAGA
Auto Trait Implementations
impl RefUnwindSafe for CCSTYLEFLAGA
impl !Send for CCSTYLEFLAGA
impl !Sync for CCSTYLEFLAGA
impl Unpin for CCSTYLEFLAGA
impl UnwindSafe for CCSTYLEFLAGA
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