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