pub struct ScnScb { /* private fields */ }Expand description
no description available
Implementations§
Trait Implementations§
impl Copy for ScnScb
impl Eq for ScnScb
impl Send for ScnScb
impl StructuralPartialEq for ScnScb
impl Sync for ScnScb
Auto Trait Implementations§
impl Freeze for ScnScb
impl RefUnwindSafe for ScnScb
impl Unpin for ScnScb
impl UnwindSafe for ScnScb
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