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