#[repr(C)]pub struct tun_pi {
pub flags: __u16,
pub proto: __be16,
}
Fields§
§flags: __u16
§proto: __be16
Trait Implementations§
impl Copy for tun_pi
Auto Trait Implementations§
impl Freeze for tun_pi
impl RefUnwindSafe for tun_pi
impl Send for tun_pi
impl Sync for tun_pi
impl Unpin for tun_pi
impl UnwindSafe for tun_pi
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