Struct HLFNAMEF
#[repr(transparent)]pub struct HLFNAMEF(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAndAssign for HLFNAMEF
impl BitAndAssign for HLFNAMEF
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for HLFNAMEF
impl BitOrAssign for HLFNAMEF
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: 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