pub enum LlcFrameType {
I,
S,
U,
Invalid,
}Expand description
Represents the type of LLC PDU based on its control field.
Variants§
Trait Implementations§
Source§impl Clone for LlcFrameType
impl Clone for LlcFrameType
Source§fn clone(&self) -> LlcFrameType
fn clone(&self) -> LlcFrameType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LlcFrameType
impl Debug for LlcFrameType
Source§impl PartialEq for LlcFrameType
impl PartialEq for LlcFrameType
impl Copy for LlcFrameType
impl Eq for LlcFrameType
impl StructuralPartialEq for LlcFrameType
Auto Trait Implementations§
impl Freeze for LlcFrameType
impl RefUnwindSafe for LlcFrameType
impl Send for LlcFrameType
impl Sync for LlcFrameType
impl Unpin for LlcFrameType
impl UnwindSafe for LlcFrameType
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