pub struct ClearAllEntries {
pub magic: u32,
}Fields§
§magic: u32Implementations§
Trait Implementations§
Source§impl Clone for ClearAllEntries
impl Clone for ClearAllEntries
Source§fn clone(&self) -> ClearAllEntries
fn clone(&self) -> ClearAllEntries
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClearAllEntries
impl Debug for ClearAllEntries
Source§impl Packet for ClearAllEntries
impl Packet for ClearAllEntries
impl Copy for ClearAllEntries
Auto Trait Implementations§
impl Freeze for ClearAllEntries
impl RefUnwindSafe for ClearAllEntries
impl Send for ClearAllEntries
impl Sync for ClearAllEntries
impl Unpin for ClearAllEntries
impl UnwindSafe for ClearAllEntries
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