#[repr(u8)]pub enum Lbuf {
LBUF_0 = 0,
LBUF_1 = 1,
}Variants§
LBUF_0 = 0
Buffer with highest priority is transmitted first
LBUF_1 = 1
Lowest number buffer is transmitted first
Implementations§
Trait Implementations§
Source§impl Ord for Lbuf
impl Ord for Lbuf
Source§impl PartialOrd for Lbuf
impl PartialOrd for Lbuf
impl Copy for Lbuf
impl Eq for Lbuf
impl StructuralPartialEq for Lbuf
Auto Trait Implementations§
impl Freeze for Lbuf
impl RefUnwindSafe for Lbuf
impl Send for Lbuf
impl Sync for Lbuf
impl Unpin for Lbuf
impl UnwindSafe for Lbuf
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