#[repr(C)]pub struct ItemDesc { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for ItemDesc
impl ExternType for ItemDesc
impl UniquePtrTarget for ItemDesc
impl VectorElement for ItemDesc
Auto Trait Implementations§
impl !Freeze for ItemDesc
impl RefUnwindSafe for ItemDesc
impl !Send for ItemDesc
impl !Sync for ItemDesc
impl !Unpin for ItemDesc
impl UnwindSafe for ItemDesc
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