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