#[repr(C, packed)]pub struct ndp_opt_t {
pub type_: u8,
pub len: u8,
}
Expand description
@brief General NDP option format @see RFC 4861, section 4.6
Fields§
§type_: u8
< option type
len: u8
< length in units of 8 octets
Trait Implementations§
impl Copy for ndp_opt_t
Auto Trait Implementations§
impl RefUnwindSafe for ndp_opt_t
impl Send for ndp_opt_t
impl Sync for ndp_opt_t
impl Unpin for ndp_opt_t
impl UnwindSafe for ndp_opt_t
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