#[repr(C)]pub struct supported_block_type {
pub type_: wtap_block_type_t,
pub support: block_support_t,
pub num_supported_options: usize,
pub supported_options: *const supported_option_type,
}Fields§
§type_: wtap_block_type_t§support: block_support_t§num_supported_options: usize§supported_options: *const supported_option_typeTrait Implementations§
Source§impl Clone for supported_block_type
impl Clone for supported_block_type
Source§fn clone(&self) -> supported_block_type
fn clone(&self) -> supported_block_type
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 supported_block_type
impl Debug for supported_block_type
impl Copy for supported_block_type
Auto Trait Implementations§
impl Freeze for supported_block_type
impl RefUnwindSafe for supported_block_type
impl !Send for supported_block_type
impl !Sync for supported_block_type
impl Unpin for supported_block_type
impl UnwindSafe for supported_block_type
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