Struct ipc_channel::platform::unix::UnixCmsg
source · struct UnixCmsg {
cmsg_buffer: *mut cmsghdr,
msghdr: msghdr,
}
Fields§
§cmsg_buffer: *mut cmsghdr
§msghdr: msghdr
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnixCmsg
impl RefUnwindSafe for UnixCmsg
impl !Sync for UnixCmsg
impl Unpin 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