#[repr(C)]pub struct plum_metadata {
pub type_: c_int,
pub size: usize,
pub data: *mut c_void,
pub next: *mut plum_metadata,
}Fields§
§type_: c_int§size: usize§data: *mut c_void§next: *mut plum_metadataTrait Implementations§
Auto Trait Implementations§
impl Freeze for plum_metadata
impl RefUnwindSafe for plum_metadata
impl !Send for plum_metadata
impl !Sync for plum_metadata
impl Unpin for plum_metadata
impl UnwindSafe for plum_metadata
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