Struct bgpkit_parser::models::OptParam
source · pub struct OptParam {
pub param_type: u8,
pub param_len: u16,
pub param_value: ParamValue,
}Fields§
§param_type: u8§param_len: u16§param_value: ParamValueTrait Implementations§
source§impl PartialEq for OptParam
impl PartialEq for OptParam
impl Eq for OptParam
impl StructuralPartialEq for OptParam
Auto Trait Implementations§
impl Freeze for OptParam
impl RefUnwindSafe for OptParam
impl Send for OptParam
impl Sync for OptParam
impl Unpin for OptParam
impl UnwindSafe for OptParam
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