#[repr(C)]pub struct metadata {
pub classes: c_int,
pub names: *mut *mut c_char,
}Fields§
§classes: c_int§names: *mut *mut c_charTrait Implementations§
Auto Trait Implementations§
impl !Send for metadata
impl !Sync for metadata
impl Freeze for metadata
impl RefUnwindSafe for metadata
impl Unpin for metadata
impl UnsafeUnpin for metadata
impl UnwindSafe for 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