#[repr(C)]pub struct _protocol_value_t {
pub tvb: *mut tvbuff_t,
pub length: c_int,
pub proto_string: *mut gchar,
pub tvb_is_private: gboolean,
}Fields§
§tvb: *mut tvbuff_t§length: c_int§proto_string: *mut gchar§tvb_is_private: gbooleanTrait Implementations§
Source§impl Clone for _protocol_value_t
impl Clone for _protocol_value_t
Source§fn clone(&self) -> _protocol_value_t
fn clone(&self) -> _protocol_value_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 moreSource§impl Debug for _protocol_value_t
impl Debug for _protocol_value_t
impl Copy for _protocol_value_t
Auto Trait Implementations§
impl Freeze for _protocol_value_t
impl RefUnwindSafe for _protocol_value_t
impl !Send for _protocol_value_t
impl !Sync for _protocol_value_t
impl Unpin for _protocol_value_t
impl UnwindSafe for _protocol_value_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