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