#[repr(C)]pub struct IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS_0 {
pub _bitfield: u8,
pub Reserved2: [u8; 3],
}
Fields§
§_bitfield: u8
§Reserved2: [u8; 3]
Trait Implementations§
impl Copy for IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS_0
Auto Trait Implementations§
impl RefUnwindSafe for IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS_0
impl Send for IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS_0
impl Sync for IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS_0
impl Unpin for IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS_0
impl UnwindSafe for IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS_0
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