#[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§type Output = SCROLLBAR_CONSTANTS
type Output = SCROLLBAR_CONSTANTS
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: SCROLLBAR_CONSTANTS) -> SCROLLBAR_CONSTANTS
fn bitand(self, rhs: SCROLLBAR_CONSTANTS) -> SCROLLBAR_CONSTANTS
Performs the
& operation. Read moreSource§impl BitAndAssign for SCROLLBAR_CONSTANTS
impl BitAndAssign for SCROLLBAR_CONSTANTS
Source§fn bitand_assign(&mut self, rhs: SCROLLBAR_CONSTANTS)
fn bitand_assign(&mut self, rhs: SCROLLBAR_CONSTANTS)
Performs the
&= operation. Read moreSource§impl BitOr for SCROLLBAR_CONSTANTS
impl BitOr for SCROLLBAR_CONSTANTS
Source§type Output = SCROLLBAR_CONSTANTS
type Output = SCROLLBAR_CONSTANTS
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: SCROLLBAR_CONSTANTS) -> SCROLLBAR_CONSTANTS
fn bitor(self, rhs: SCROLLBAR_CONSTANTS) -> SCROLLBAR_CONSTANTS
Performs the
| operation. Read moreSource§impl BitOrAssign for SCROLLBAR_CONSTANTS
impl BitOrAssign for SCROLLBAR_CONSTANTS
Source§fn bitor_assign(&mut self, rhs: SCROLLBAR_CONSTANTS)
fn bitor_assign(&mut self, rhs: SCROLLBAR_CONSTANTS)
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§fn from(value: u32) -> SCROLLBAR_CONSTANTS
fn from(value: u32) -> SCROLLBAR_CONSTANTS
Converts to this type from the input type.
Source§impl Not for SCROLLBAR_CONSTANTS
impl Not for SCROLLBAR_CONSTANTS
Source§type Output = SCROLLBAR_CONSTANTS
type Output = SCROLLBAR_CONSTANTS
The resulting type after applying the
! operator.Source§fn not(self) -> SCROLLBAR_CONSTANTS
fn not(self) -> SCROLLBAR_CONSTANTS
Performs the unary
! operation. Read moreSource§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