Struct windows_sys::Win32::UI::Controls::NMREBARAUTOBREAK
[−]#[repr(C)]pub struct NMREBARAUTOBREAK {
pub hdr: NMHDR,
pub uBand: u32,
pub wID: u32,
pub lParam: LPARAM,
pub uMsg: u32,
pub fStyleCurrent: u32,
pub fAutoBreak: BOOL,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
uBand: u32
wID: u32
lParam: LPARAM
uMsg: u32
fStyleCurrent: u32
fAutoBreak: BOOL
Trait Implementations
impl Clone for NMREBARAUTOBREAK
impl Clone for NMREBARAUTOBREAK
impl Copy for NMREBARAUTOBREAK
Auto Trait Implementations
impl RefUnwindSafe for NMREBARAUTOBREAK
impl Send for NMREBARAUTOBREAK
impl Sync for NMREBARAUTOBREAK
impl Unpin for NMREBARAUTOBREAK
impl UnwindSafe for NMREBARAUTOBREAK
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