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