Struct AddrProto
#[repr(transparent)]pub struct AddrProto(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for AddrProto
impl Eq for AddrProto
impl StructuralPartialEq for AddrProto
Auto Trait Implementations§
impl Freeze for AddrProto
impl RefUnwindSafe for AddrProto
impl Send for AddrProto
impl Sync for AddrProto
impl Unpin for AddrProto
impl UnwindSafe for AddrProto
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