pub struct SimpleFrame { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SimpleFrame
impl Clone for SimpleFrame
Source§fn clone(&self) -> SimpleFrame
fn clone(&self) -> SimpleFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SimpleFrame
impl Debug for SimpleFrame
Source§impl Default for SimpleFrame
impl Default for SimpleFrame
Source§fn default() -> SimpleFrame
fn default() -> SimpleFrame
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleFrame
impl RefUnwindSafe for SimpleFrame
impl Send for SimpleFrame
impl Sync for SimpleFrame
impl Unpin for SimpleFrame
impl UnwindSafe for SimpleFrame
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