pub struct cmsghdr;
Available on Unix and (Android or Linux) only.
Auto Trait Implementations§
impl RefUnwindSafe for cmsghdr
impl Send for cmsghdr
impl Sync for cmsghdr
impl Unpin for cmsghdr
impl UnwindSafe for cmsghdr
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