Struct e57::VisualReferenceImageProperties
source · pub struct VisualReferenceImageProperties {
pub width: u32,
pub height: u32,
}Expand description
Properties of an visual reference image.
Fields§
§width: u32Width of the image in pixels.
height: u32Height of the image in pixels.
Trait Implementations§
source§impl Clone for VisualReferenceImageProperties
impl Clone for VisualReferenceImageProperties
source§fn clone(&self) -> VisualReferenceImageProperties
fn clone(&self) -> VisualReferenceImageProperties
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 moreAuto Trait Implementations§
impl Freeze for VisualReferenceImageProperties
impl RefUnwindSafe for VisualReferenceImageProperties
impl Send for VisualReferenceImageProperties
impl Sync for VisualReferenceImageProperties
impl Unpin for VisualReferenceImageProperties
impl UnwindSafe for VisualReferenceImageProperties
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)