#[repr(i32)]pub enum _APTTYPE {
APTTYPE_CURRENT = -1,
APTTYPE_STA = 0,
APTTYPE_MTA = 1,
APTTYPE_NA = 2,
APTTYPE_MAINSTA = 3,
}Variants§
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