pub struct pcapng_object_extractor { /* private fields */ }Trait Implementations§
Source§impl Clone for pcapng_object_extractor
impl Clone for pcapng_object_extractor
Source§fn clone(&self) -> pcapng_object_extractor
fn clone(&self) -> pcapng_object_extractor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for pcapng_object_extractor
Auto Trait Implementations§
impl Freeze for pcapng_object_extractor
impl RefUnwindSafe for pcapng_object_extractor
impl Send for pcapng_object_extractor
impl Sync for pcapng_object_extractor
impl Unpin for pcapng_object_extractor
impl UnsafeUnpin for pcapng_object_extractor
impl UnwindSafe for pcapng_object_extractor
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