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