Struct windows_sys::Win32::UI::WindowsAndMessaging::STYLESTRUCT
[−]Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
styleOld: u32
styleNew: u32
Trait Implementations
impl Clone for STYLESTRUCT
impl Clone for STYLESTRUCT
impl Copy for STYLESTRUCT
Auto Trait Implementations
impl RefUnwindSafe for STYLESTRUCT
impl Send for STYLESTRUCT
impl Sync for STYLESTRUCT
impl Unpin for STYLESTRUCT
impl UnwindSafe for STYLESTRUCT
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