#[repr(transparent)]pub struct SCROLLBAR_CONSTANTS(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for SCROLLBAR_CONSTANTS
impl BitAnd for SCROLLBAR_CONSTANTS
Source§impl BitAndAssign for SCROLLBAR_CONSTANTS
impl BitAndAssign for SCROLLBAR_CONSTANTS
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SCROLLBAR_CONSTANTS
impl BitOr for SCROLLBAR_CONSTANTS
Source§impl BitOrAssign for SCROLLBAR_CONSTANTS
impl BitOrAssign for SCROLLBAR_CONSTANTS
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SCROLLBAR_CONSTANTS
impl Clone for SCROLLBAR_CONSTANTS
Source§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 moreSource§impl Debug for SCROLLBAR_CONSTANTS
impl Debug for SCROLLBAR_CONSTANTS
Source§impl Default for SCROLLBAR_CONSTANTS
impl Default for SCROLLBAR_CONSTANTS
Source§fn default() -> SCROLLBAR_CONSTANTS
fn default() -> SCROLLBAR_CONSTANTS
Returns the “default value” for a type. Read more
Source§impl From<u32> for SCROLLBAR_CONSTANTS
impl From<u32> for SCROLLBAR_CONSTANTS
Source§impl Not for SCROLLBAR_CONSTANTS
impl Not for SCROLLBAR_CONSTANTS
Source§impl PartialEq for SCROLLBAR_CONSTANTS
impl PartialEq for SCROLLBAR_CONSTANTS
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