#[repr(C)]pub struct luw_resp {
    pub size: u32,
    pub data: __IncompleteArrayField<u8>,
}Fields§
§size: u32§data: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for luw_resp
impl Send for luw_resp
impl Sync for luw_resp
impl Unpin for luw_resp
impl UnwindSafe for luw_resp
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