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