pub struct ExactFrame;Trait Implementations§
Source§impl Clone for ExactFrame
impl Clone for ExactFrame
Source§fn clone(&self) -> ExactFrame
fn clone(&self) -> ExactFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExactFrame
impl Debug for ExactFrame
Source§impl LayoutContainer for ExactFrame
impl LayoutContainer for ExactFrame
impl Copy for ExactFrame
Auto Trait Implementations§
impl Freeze for ExactFrame
impl RefUnwindSafe for ExactFrame
impl Send for ExactFrame
impl Sync for ExactFrame
impl Unpin for ExactFrame
impl UnwindSafe for ExactFrame
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