pub struct DumpFlags(pub u32);Expand description
Flags controlling the human-readable packet dump (rnp_dump_packets_to_output).
Wraps the RNP_DUMP_* constants.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for DumpFlags
Auto Trait Implementations§
impl Freeze for DumpFlags
impl RefUnwindSafe for DumpFlags
impl Send for DumpFlags
impl Sync for DumpFlags
impl Unpin for DumpFlags
impl UnsafeUnpin for DumpFlags
impl UnwindSafe for DumpFlags
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