pub enum ImagCreate {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImagCreate
impl RefUnwindSafe for ImagCreate
impl Send for ImagCreate
impl Sync for ImagCreate
impl Unpin for ImagCreate
impl UnwindSafe for ImagCreate
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