#[repr(transparent)]pub struct SCROLLINFO_MASK(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Abi for SCROLLINFO_MASK
impl Abi for SCROLLINFO_MASK
Source§type Abi = SCROLLINFO_MASK
type Abi = SCROLLINFO_MASK
The abi representation of the implementing type. Read more
type DefaultType = SCROLLINFO_MASK
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for SCROLLINFO_MASK
impl BitAnd for SCROLLINFO_MASK
Source§impl BitAndAssign for SCROLLINFO_MASK
impl BitAndAssign for SCROLLINFO_MASK
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SCROLLINFO_MASK
impl BitOr for SCROLLINFO_MASK
Source§impl BitOrAssign for SCROLLINFO_MASK
impl BitOrAssign for SCROLLINFO_MASK
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SCROLLINFO_MASK
impl Clone for SCROLLINFO_MASK
Source§fn clone(&self) -> SCROLLINFO_MASK
fn clone(&self) -> SCROLLINFO_MASK
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 SCROLLINFO_MASK
impl Debug for SCROLLINFO_MASK
Source§impl Default for SCROLLINFO_MASK
impl Default for SCROLLINFO_MASK
Source§fn default() -> SCROLLINFO_MASK
fn default() -> SCROLLINFO_MASK
Returns the “default value” for a type. Read more
Source§impl From<u32> for SCROLLINFO_MASK
impl From<u32> for SCROLLINFO_MASK
Source§impl PartialEq for SCROLLINFO_MASK
impl PartialEq for SCROLLINFO_MASK
impl Copy for SCROLLINFO_MASK
impl Eq for SCROLLINFO_MASK
impl StructuralPartialEq for SCROLLINFO_MASK
Auto Trait Implementations§
impl Freeze for SCROLLINFO_MASK
impl RefUnwindSafe for SCROLLINFO_MASK
impl Send for SCROLLINFO_MASK
impl Sync for SCROLLINFO_MASK
impl Unpin for SCROLLINFO_MASK
impl UnwindSafe for SCROLLINFO_MASK
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