#[repr(transparent)]pub struct APTTYPE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl APTTYPE
impl APTTYPE
pub const APTTYPE_CURRENT: Self
pub const APTTYPE_STA: Self
pub const APTTYPE_MTA: Self
pub const APTTYPE_NA: Self
pub const APTTYPE_MAINSTA: Self
Trait Implementations§
Source§impl Abi for APTTYPE
impl Abi for APTTYPE
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