pub struct ImageWidth;Trait Implementations§
Source§impl Clone for ImageWidth
impl Clone for ImageWidth
Source§fn clone(&self) -> ImageWidth
fn clone(&self) -> ImageWidth
Returns a duplicate 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 ImageWidth
impl Debug for ImageWidth
Source§impl Field for ImageWidth
impl Field for ImageWidth
Source§impl Field for ImageWidth
impl Field for ImageWidth
impl Copy for ImageWidth
Auto Trait Implementations§
impl Freeze for ImageWidth
impl RefUnwindSafe for ImageWidth
impl Send for ImageWidth
impl Sync for ImageWidth
impl Unpin for ImageWidth
impl UnwindSafe for ImageWidth
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