struct UnixCmsg {
cmsg_buffer: *mut cmsghdr,
msghdr: msghdr,
}Fields§
§cmsg_buffer: *mut cmsghdr§msghdr: msghdrImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnixCmsg
impl RefUnwindSafe for UnixCmsg
impl !Sync for UnixCmsg
impl Unpin for UnixCmsg
impl UnsafeUnpin for UnixCmsg
impl UnwindSafe for UnixCmsg
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