#[repr(i32)]pub enum CmsgType {
Init = 0,
SndRcv = 1,
SndInfo = 2,
RcvInfo = 3,
NxtInfo = 4,
PrInfo = 5,
AuthInfo = 6,
DstAddrV4 = 7,
DstAddrV6 = 8,
}
Expand description
Constants related to enum sctp_cmsg_type
Variants§
Init = 0
SndRcv = 1
SndInfo = 2
RcvInfo = 3
NxtInfo = 4
PrInfo = 5
AuthInfo = 6
DstAddrV4 = 7
DstAddrV6 = 8
Trait Implementations§
impl Eq for CmsgType
impl StructuralPartialEq for CmsgType
Auto Trait Implementations§
impl Freeze for CmsgType
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