Struct BgpfccrAm
#[repr(transparent)]pub struct BgpfccrAm(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for BgpfccrAm
impl Ord for BgpfccrAm
§impl PartialOrd for BgpfccrAm
impl PartialOrd for BgpfccrAm
impl Copy for BgpfccrAm
impl Eq for BgpfccrAm
impl StructuralPartialEq for BgpfccrAm
Auto Trait Implementations§
impl Freeze for BgpfccrAm
impl RefUnwindSafe for BgpfccrAm
impl Send for BgpfccrAm
impl Sync for BgpfccrAm
impl Unpin for BgpfccrAm
impl UnwindSafe for BgpfccrAm
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