Enum Lbuf
pub enum Lbuf {
_0 = 0,
_1 = 1,
}Expand description
Lowest Buffer Transmitted First
Value on reset: 0
Variants§
_0 = 0
0: Buffer with highest priority is transmitted first.
_1 = 1
1: Lowest number buffer is transmitted first.
Trait Implementations§
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