#[repr(C)]pub struct luw_resp_hdr {
pub nr_fields: u32,
pub fields: __IncompleteArrayField<luw_hdr_field>,
}
Fields§
§nr_fields: u32
§fields: __IncompleteArrayField<luw_hdr_field>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for luw_resp_hdr
impl RefUnwindSafe for luw_resp_hdr
impl Send for luw_resp_hdr
impl Sync for luw_resp_hdr
impl Unpin for luw_resp_hdr
impl UnwindSafe for luw_resp_hdr
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