pub struct IpProto(/* private fields */);Implementations§
Trait Implementations§
impl Copy for IpProto
Auto Trait Implementations§
impl Freeze for IpProto
impl RefUnwindSafe for IpProto
impl Send for IpProto
impl Sync for IpProto
impl Unpin for IpProto
impl UnwindSafe for IpProto
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