#[repr(C)]pub struct wtap_custom_block_header {
pub length: guint32,
pub pen: guint32,
pub copy_allowed: gboolean,
pub custom_data_header: wtap_custom_block_header__bindgen_ty_1,
}Fields§
§length: guint32§pen: guint32§copy_allowed: gboolean§custom_data_header: wtap_custom_block_header__bindgen_ty_1Trait Implementations§
Source§impl Clone for wtap_custom_block_header
impl Clone for wtap_custom_block_header
Source§fn clone(&self) -> wtap_custom_block_header
fn clone(&self) -> wtap_custom_block_header
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 wtap_custom_block_header
Auto Trait Implementations§
impl Freeze for wtap_custom_block_header
impl RefUnwindSafe for wtap_custom_block_header
impl Send for wtap_custom_block_header
impl Sync for wtap_custom_block_header
impl Unpin for wtap_custom_block_header
impl UnwindSafe for wtap_custom_block_header
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