Struct windows_sys::Win32::UI::Controls::CCSTYLEFLAGA
[−]Expand description
Required features: ‘Win32_UI_Controls’
Fields
flStyle: u32flStyleMask: u32pszStyle: PSTRTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more