pub struct MsgFlags {
pub security_level: SecurityLevel,
pub reportable: bool,
}Expand description
Message flags (RFC 3412 Section 6.4).
Fields§
§security_level: SecurityLevelSecurity level
reportable: boolWhether a report PDU may be sent on error
Implementations§
Trait Implementations§
impl Copy for MsgFlags
impl Eq for MsgFlags
impl StructuralPartialEq for MsgFlags
Auto Trait Implementations§
impl Freeze for MsgFlags
impl RefUnwindSafe for MsgFlags
impl Send for MsgFlags
impl Sync for MsgFlags
impl Unpin for MsgFlags
impl UnwindSafe for MsgFlags
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