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