pub struct ImageCreatePath();
Trait Implementations§
Source§impl Clone for ImageCreatePath
impl Clone for ImageCreatePath
Source§fn clone(&self) -> ImageCreatePath
fn clone(&self) -> ImageCreatePath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImageCreatePath
impl Debug for ImageCreatePath
Auto Trait Implementations§
impl Freeze for ImageCreatePath
impl RefUnwindSafe for ImageCreatePath
impl Send for ImageCreatePath
impl Sync for ImageCreatePath
impl Unpin for ImageCreatePath
impl UnwindSafe for ImageCreatePath
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