pub struct LayerHeader {
pub layer_number: u8,
pub layer_specific_information: u8,
pub length: u16,
}Expand description
6.2.51 Layer Header
Fields§
§layer_number: u8§layer_specific_information: u8§length: u16Implementations§
Source§impl LayerHeader
impl LayerHeader
pub fn new() -> Self
pub fn builder() -> LayerHeaderBuilder
Trait Implementations§
Source§impl Clone for LayerHeader
impl Clone for LayerHeader
Source§fn clone(&self) -> LayerHeader
fn clone(&self) -> LayerHeader
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 LayerHeader
impl Debug for LayerHeader
Source§impl Default for LayerHeader
impl Default for LayerHeader
Source§fn default() -> LayerHeader
fn default() -> LayerHeader
Returns the “default value” for a type. Read more
Source§impl PartialEq for LayerHeader
impl PartialEq for LayerHeader
impl StructuralPartialEq for LayerHeader
Auto Trait Implementations§
impl Freeze for LayerHeader
impl RefUnwindSafe for LayerHeader
impl Send for LayerHeader
impl Sync for LayerHeader
impl Unpin for LayerHeader
impl UnwindSafe for LayerHeader
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