Struct windows::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,
}
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
§fn clone(&self) -> NMREBARAUTOBREAK
fn clone(&self) -> NMREBARAUTOBREAK
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NMREBARAUTOBREAK
impl Debug for NMREBARAUTOBREAK
§impl Default for NMREBARAUTOBREAK
impl Default for NMREBARAUTOBREAK
§impl PartialEq for NMREBARAUTOBREAK
impl PartialEq for NMREBARAUTOBREAK
§fn eq(&self, other: &NMREBARAUTOBREAK) -> bool
fn eq(&self, other: &NMREBARAUTOBREAK) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NMREBARAUTOBREAK
impl Eq for NMREBARAUTOBREAK
impl StructuralPartialEq for NMREBARAUTOBREAK
Auto Trait Implementations§
impl Freeze for NMREBARAUTOBREAK
impl RefUnwindSafe for NMREBARAUTOBREAK
impl !Send for NMREBARAUTOBREAK
impl !Sync for NMREBARAUTOBREAK
impl Unpin for NMREBARAUTOBREAK
impl UnwindSafe for NMREBARAUTOBREAK
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)