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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more