pub struct ImageSpatialExtentsProperty { /* private fields */ }Trait Implementations§
Source§impl Clone for ImageSpatialExtentsProperty
impl Clone for ImageSpatialExtentsProperty
Source§fn clone(&self) -> ImageSpatialExtentsProperty
fn clone(&self) -> ImageSpatialExtentsProperty
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 ImageSpatialExtentsProperty
impl Debug for ImageSpatialExtentsProperty
impl Copy for ImageSpatialExtentsProperty
impl Eq for ImageSpatialExtentsProperty
impl StructuralPartialEq for ImageSpatialExtentsProperty
Auto Trait Implementations§
impl Freeze for ImageSpatialExtentsProperty
impl RefUnwindSafe for ImageSpatialExtentsProperty
impl Send for ImageSpatialExtentsProperty
impl Sync for ImageSpatialExtentsProperty
impl Unpin for ImageSpatialExtentsProperty
impl UnwindSafe for ImageSpatialExtentsProperty
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