#[repr(transparent)]pub struct LVCOLUMNW_FORMAT(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for LVCOLUMNW_FORMAT
impl BitAnd for LVCOLUMNW_FORMAT
Source§type Output = LVCOLUMNW_FORMAT
type Output = LVCOLUMNW_FORMAT
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: LVCOLUMNW_FORMAT) -> LVCOLUMNW_FORMAT
fn bitand(self, rhs: LVCOLUMNW_FORMAT) -> LVCOLUMNW_FORMAT
Performs the
& operation. Read moreSource§impl BitAndAssign for LVCOLUMNW_FORMAT
impl BitAndAssign for LVCOLUMNW_FORMAT
Source§fn bitand_assign(&mut self, rhs: LVCOLUMNW_FORMAT)
fn bitand_assign(&mut self, rhs: LVCOLUMNW_FORMAT)
Performs the
&= operation. Read moreSource§impl BitOr for LVCOLUMNW_FORMAT
impl BitOr for LVCOLUMNW_FORMAT
Source§type Output = LVCOLUMNW_FORMAT
type Output = LVCOLUMNW_FORMAT
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: LVCOLUMNW_FORMAT) -> LVCOLUMNW_FORMAT
fn bitor(self, rhs: LVCOLUMNW_FORMAT) -> LVCOLUMNW_FORMAT
Performs the
| operation. Read moreSource§impl BitOrAssign for LVCOLUMNW_FORMAT
impl BitOrAssign for LVCOLUMNW_FORMAT
Source§fn bitor_assign(&mut self, rhs: LVCOLUMNW_FORMAT)
fn bitor_assign(&mut self, rhs: LVCOLUMNW_FORMAT)
Performs the
|= operation. Read moreSource§impl Clone for LVCOLUMNW_FORMAT
impl Clone for LVCOLUMNW_FORMAT
Source§fn clone(&self) -> LVCOLUMNW_FORMAT
fn clone(&self) -> LVCOLUMNW_FORMAT
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 LVCOLUMNW_FORMAT
impl Debug for LVCOLUMNW_FORMAT
Source§impl Default for LVCOLUMNW_FORMAT
impl Default for LVCOLUMNW_FORMAT
Source§fn default() -> LVCOLUMNW_FORMAT
fn default() -> LVCOLUMNW_FORMAT
Returns the “default value” for a type. Read more
Source§impl From<u32> for LVCOLUMNW_FORMAT
impl From<u32> for LVCOLUMNW_FORMAT
Source§fn from(value: u32) -> LVCOLUMNW_FORMAT
fn from(value: u32) -> LVCOLUMNW_FORMAT
Converts to this type from the input type.
Source§impl Not for LVCOLUMNW_FORMAT
impl Not for LVCOLUMNW_FORMAT
Source§type Output = LVCOLUMNW_FORMAT
type Output = LVCOLUMNW_FORMAT
The resulting type after applying the
! operator.Source§fn not(self) -> LVCOLUMNW_FORMAT
fn not(self) -> LVCOLUMNW_FORMAT
Performs the unary
! operation. Read moreSource§impl PartialEq for LVCOLUMNW_FORMAT
impl PartialEq for LVCOLUMNW_FORMAT
impl Copy for LVCOLUMNW_FORMAT
impl Eq for LVCOLUMNW_FORMAT
impl StructuralPartialEq for LVCOLUMNW_FORMAT
Auto Trait Implementations§
impl Freeze for LVCOLUMNW_FORMAT
impl RefUnwindSafe for LVCOLUMNW_FORMAT
impl Send for LVCOLUMNW_FORMAT
impl Sync for LVCOLUMNW_FORMAT
impl Unpin for LVCOLUMNW_FORMAT
impl UnwindSafe for LVCOLUMNW_FORMAT
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