Struct openssl_sys::cmsghdr
source · [−]Fields
cmsg_len: usize
cmsg_level: i32
cmsg_type: i32
Trait Implementations
impl Copy for cmsghdr
impl Eq for cmsghdr
impl StructuralEq for cmsghdr
impl StructuralPartialEq for cmsghdr
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more