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