#[repr(C, packed(1))]pub struct blob_attr {
pub id_len: u32,
pub data: __IncompleteArrayField<c_char>,
}Fields§
§id_len: u32§data: __IncompleteArrayField<c_char>Trait Implementations§
Auto Trait Implementations§
impl Freeze for blob_attr
impl RefUnwindSafe for blob_attr
impl Send for blob_attr
impl Sync for blob_attr
impl Unpin for blob_attr
impl UnsafeUnpin for blob_attr
impl UnwindSafe for blob_attr
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