#[repr(C)]pub struct wtap_option_t {
pub option_id: guint,
pub value: wtap_optval_t,
}Fields§
§option_id: guint§value: wtap_optval_tTrait Implementations§
Source§impl Clone for wtap_option_t
impl Clone for wtap_option_t
Source§fn clone(&self) -> wtap_option_t
fn clone(&self) -> wtap_option_t
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_option_t
Auto Trait Implementations§
impl Freeze for wtap_option_t
impl RefUnwindSafe for wtap_option_t
impl !Send for wtap_option_t
impl !Sync for wtap_option_t
impl Unpin for wtap_option_t
impl UnwindSafe for wtap_option_t
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