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