pub struct SpiceDLADescrC { /* private fields */ }Auto Trait Implementations§
impl Freeze for SpiceDLADescrC
impl RefUnwindSafe for SpiceDLADescrC
impl Send for SpiceDLADescrC
impl Sync for SpiceDLADescrC
impl Unpin for SpiceDLADescrC
impl UnsafeUnpin for SpiceDLADescrC
impl UnwindSafe for SpiceDLADescrC
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