pub enum CmsgType {
Init,
SndRcv,
SndInfo,
RcvInfo,
NxtInfo,
PrInfo,
AuthInfo,
DstAddrV4,
DstAddrV6,
}
Expand description
Constants related to enum sctp_cmsg_type
Variants§
Trait Implementations§
source§impl PartialEq<CmsgType> for CmsgType
impl PartialEq<CmsgType> for CmsgType
impl Eq for CmsgType
impl StructuralEq for CmsgType
impl StructuralPartialEq for CmsgType
Auto Trait Implementations§
impl RefUnwindSafe for CmsgType
impl Send for CmsgType
impl Sync for CmsgType
impl Unpin for CmsgType
impl UnwindSafe for CmsgType
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