pub struct RectInput<K> {
pub size: Size,
pub key: K,
}Fields
size: Sizekey: KTrait Implementations
Auto Trait Implementations
impl<K> RefUnwindSafe for RectInput<K> where
K: RefUnwindSafe,
impl<K> Send for RectInput<K> where
K: Send,
impl<K> Sync for RectInput<K> where
K: Sync,
impl<K> Unpin for RectInput<K> where
K: Unpin,
impl<K> UnwindSafe for RectInput<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