Struct BgpfccrStart
#[repr(transparent)]pub struct BgpfccrStart(pub u8);Tuple Fields§
§0: u8Implementations§
§impl BgpfccrStart
 
impl BgpfccrStart
pub const START: Self
pub const START: Self
Start the automatic loading of the CLUT
Trait Implementations§
§impl Clone for BgpfccrStart
 
impl Clone for BgpfccrStart
§fn clone(&self) -> BgpfccrStart
 
fn clone(&self) -> BgpfccrStart
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Ord for BgpfccrStart
 
impl Ord for BgpfccrStart
§impl PartialEq for BgpfccrStart
 
impl PartialEq for BgpfccrStart
§impl PartialOrd for BgpfccrStart
 
impl PartialOrd for BgpfccrStart
impl Copy for BgpfccrStart
impl Eq for BgpfccrStart
impl StructuralPartialEq for BgpfccrStart
Auto Trait Implementations§
impl Freeze for BgpfccrStart
impl RefUnwindSafe for BgpfccrStart
impl Send for BgpfccrStart
impl Sync for BgpfccrStart
impl Unpin for BgpfccrStart
impl UnwindSafe for BgpfccrStart
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