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