Struct unit_wasm::ffi::luw_hdr_field  
source · #[repr(C)]pub struct luw_hdr_field {
    pub name_off: u32,
    pub name_len: u32,
    pub value_off: u32,
    pub value_len: u32,
}Fields§
§name_off: u32§name_len: u32§value_off: u32§value_len: u32Trait Implementations§
source§impl Clone for luw_hdr_field
 
impl Clone for luw_hdr_field
source§fn clone(&self) -> luw_hdr_field
 
fn clone(&self) -> luw_hdr_field
Returns a copy 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 luw_hdr_field
 
impl Debug for luw_hdr_field
impl Copy for luw_hdr_field
Auto Trait Implementations§
impl RefUnwindSafe for luw_hdr_field
impl Send for luw_hdr_field
impl Sync for luw_hdr_field
impl Unpin for luw_hdr_field
impl UnwindSafe for luw_hdr_field
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