Struct HLSR
#[repr(transparent)]pub struct HLSR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for HLSR
impl Eq for HLSR
impl StructuralPartialEq for HLSR
Auto Trait Implementations§
impl Freeze for HLSR
impl RefUnwindSafe for HLSR
impl Send for HLSR
impl Sync for HLSR
impl Unpin for HLSR
impl UnwindSafe for HLSR
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