pub struct CRasterMut;Expand description
Dummy opaque structure, equivalent to RasterMut<’a>.
Auto Trait Implementations§
impl Freeze for CRasterMut
impl RefUnwindSafe for CRasterMut
impl Send for CRasterMut
impl Sync for CRasterMut
impl Unpin for CRasterMut
impl UnsafeUnpin for CRasterMut
impl UnwindSafe for CRasterMut
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