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