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