Struct packr2::RectOutput
source · [−]Fields
rect: Rectfatlas: usizekey: KTrait Implementations
sourceimpl<K: Clone> Clone for RectOutput<K>
impl<K: Clone> Clone for RectOutput<K>
sourcefn clone(&self) -> RectOutput<K>
fn clone(&self) -> RectOutput<K>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl<K: Copy> Copy for RectOutput<K>
Auto Trait Implementations
impl<K> RefUnwindSafe for RectOutput<K> where
K: RefUnwindSafe,
impl<K> Send for RectOutput<K> where
K: Send,
impl<K> Sync for RectOutput<K> where
K: Sync,
impl<K> Unpin for RectOutput<K> where
K: Unpin,
impl<K> UnwindSafe for RectOutput<K> where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more