#[repr(u8)]pub enum Attachen {
DIS_ATTACH_INT = 0,
EN_ATTACH_INT = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Attachen
impl Ord for Attachen
Source§impl PartialOrd for Attachen
impl PartialOrd for Attachen
impl Copy for Attachen
impl Eq for Attachen
impl StructuralPartialEq for Attachen
Auto Trait Implementations§
impl Freeze for Attachen
impl RefUnwindSafe for Attachen
impl Send for Attachen
impl Sync for Attachen
impl Unpin for Attachen
impl UnwindSafe for Attachen
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