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