pub struct MctpSockAddr(/* private fields */);
Expand description
Address information for a socket
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MctpSockAddr
impl RefUnwindSafe for MctpSockAddr
impl Send for MctpSockAddr
impl Sync for MctpSockAddr
impl Unpin for MctpSockAddr
impl UnwindSafe for MctpSockAddr
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