#[repr(C)]pub struct catapult_dct2000_phdr {
pub inner_pseudo_header: catapult_dct2000_phdr__bindgen_ty_1,
pub seek_off: gint64,
pub wth: *mut wtap,
}Fields§
§inner_pseudo_header: catapult_dct2000_phdr__bindgen_ty_1§seek_off: gint64§wth: *mut wtapTrait Implementations§
Source§impl Clone for catapult_dct2000_phdr
impl Clone for catapult_dct2000_phdr
Source§fn clone(&self) -> catapult_dct2000_phdr
fn clone(&self) -> catapult_dct2000_phdr
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 moreimpl Copy for catapult_dct2000_phdr
Auto Trait Implementations§
impl Freeze for catapult_dct2000_phdr
impl RefUnwindSafe for catapult_dct2000_phdr
impl !Send for catapult_dct2000_phdr
impl !Sync for catapult_dct2000_phdr
impl Unpin for catapult_dct2000_phdr
impl UnwindSafe for catapult_dct2000_phdr
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