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