Struct windows::Win32::UI::Controls::NMPGSCROLL_DIR
#[repr(transparent)]pub struct NMPGSCROLL_DIR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NMPGSCROLL_DIR
impl Clone for NMPGSCROLL_DIR
§fn clone(&self) -> NMPGSCROLL_DIR
fn clone(&self) -> NMPGSCROLL_DIR
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 NMPGSCROLL_DIR
impl Debug for NMPGSCROLL_DIR
§impl Default for NMPGSCROLL_DIR
impl Default for NMPGSCROLL_DIR
§fn default() -> NMPGSCROLL_DIR
fn default() -> NMPGSCROLL_DIR
Returns the “default value” for a type. Read more
§impl PartialEq for NMPGSCROLL_DIR
impl PartialEq for NMPGSCROLL_DIR
§fn eq(&self, other: &NMPGSCROLL_DIR) -> bool
fn eq(&self, other: &NMPGSCROLL_DIR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NMPGSCROLL_DIR
impl Eq for NMPGSCROLL_DIR
impl StructuralPartialEq for NMPGSCROLL_DIR
Auto Trait Implementations§
impl Freeze for NMPGSCROLL_DIR
impl RefUnwindSafe for NMPGSCROLL_DIR
impl Send for NMPGSCROLL_DIR
impl Sync for NMPGSCROLL_DIR
impl Unpin for NMPGSCROLL_DIR
impl UnwindSafe for NMPGSCROLL_DIR
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
)