pub struct Ipv4EncapsulatedState;Auto Trait Implementations§
impl Freeze for Ipv4EncapsulatedState
impl RefUnwindSafe for Ipv4EncapsulatedState
impl Send for Ipv4EncapsulatedState
impl Sync for Ipv4EncapsulatedState
impl Unpin for Ipv4EncapsulatedState
impl UnsafeUnpin for Ipv4EncapsulatedState
impl UnwindSafe for Ipv4EncapsulatedState
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