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