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