#[repr(C)]pub struct NatOrigin {
pub addr: u32,
pub dummy: u16,
pub port: u16,
}Fields§
§addr: u32§dummy: u16§port: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for NatOrigin
impl RefUnwindSafe for NatOrigin
impl Send for NatOrigin
impl Sync for NatOrigin
impl Unpin for NatOrigin
impl UnwindSafe for NatOrigin
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