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