#[repr(u8)]pub enum Nlc {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The payload length check is disabled.
ONE = 1
The core checks the frame’s payload length with the frame length/type field. Errors are indicated in the EIR[PLR] field.
Implementations§
Trait Implementations§
Source§impl Ord for Nlc
impl Ord for Nlc
Source§impl PartialOrd for Nlc
impl PartialOrd for Nlc
impl Copy for Nlc
impl Eq for Nlc
impl StructuralPartialEq for Nlc
Auto Trait Implementations§
impl Freeze for Nlc
impl RefUnwindSafe for Nlc
impl Send for Nlc
impl Sync for Nlc
impl Unpin for Nlc
impl UnwindSafe for Nlc
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