#[repr(u8)]pub enum Lbuf {
HIGHEST_BUFFER_FIRST = 0,
LOWEST_BUFFER_FIRST = 1,
}Variants§
HIGHEST_BUFFER_FIRST = 0
Buffer with highest priority is transmitted first.
LOWEST_BUFFER_FIRST = 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