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