pub enum LBKDER {
_0,
_1,
}Expand description
Possible values of the field LBKDE
Variants§
_0
Break character detection is disabled.
_1
Break character is detected at length of 11 bit times if C1[M] = 0 or 12 bits time if C1[M] = 1.
Implementations§
Source§impl LBKDER
impl LBKDER
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for LBKDER
impl StructuralPartialEq for LBKDER
Auto Trait Implementations§
impl Freeze for LBKDER
impl RefUnwindSafe for LBKDER
impl Send for LBKDER
impl Sync for LBKDER
impl Unpin for LBKDER
impl UnwindSafe for LBKDER
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