Struct ofx::ImageTileMut
source · pub struct ImageTileMut<'a, T>where
T: PixelFormat,{
pub y1: Int,
pub y2: Int,
/* private fields */
}Fields
y1: Inty2: IntImplementations
sourceimpl<'a, T> ImageTileMut<'a, T>where
T: PixelFormat,
impl<'a, T> ImageTileMut<'a, T>where
T: PixelFormat,
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for ImageTileMut<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for ImageTileMut<'a, T>where
T: Send,
impl<'a, T> Sync for ImageTileMut<'a, T>where
T: Sync,
impl<'a, T> Unpin for ImageTileMut<'a, T>
impl<'a, T> !UnwindSafe for ImageTileMut<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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