#[repr(transparent)]pub struct HLFNAMEF(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Abi for HLFNAMEF
impl Abi for HLFNAMEF
Source§impl BitAndAssign for HLFNAMEF
impl BitAndAssign for HLFNAMEF
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for HLFNAMEF
impl BitOrAssign for HLFNAMEF
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreimpl Copy for HLFNAMEF
impl Eq for HLFNAMEF
impl StructuralPartialEq for HLFNAMEF
Auto Trait Implementations§
impl Freeze for HLFNAMEF
impl RefUnwindSafe for HLFNAMEF
impl Send for HLFNAMEF
impl Sync for HLFNAMEF
impl Unpin for HLFNAMEF
impl UnwindSafe for HLFNAMEF
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