pub struct ReadRect<'a, T: Copy, C: Context = Global>(_, _);Trait Implementations§
Auto Trait Implementations§
impl<'a, T, C> RefUnwindSafe for ReadRect<'a, T, C>where C: RefUnwindSafe, T: RefUnwindSafe,
impl<'a, T, C> Send for ReadRect<'a, T, C>where C: Sync, T: Send + Sync,
impl<'a, T, C> Sync for ReadRect<'a, T, C>where C: Sync, T: Sync,
impl<'a, T, C> Unpin for ReadRect<'a, T, C>
impl<'a, T, C> UnwindSafe for ReadRect<'a, T, C>where C: RefUnwindSafe, T: UnwindSafe + RefUnwindSafe,
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