pub struct AR2ImageSet {
pub scale: Vec<AR2Image>,
}Fields§
§scale: Vec<AR2Image>Trait Implementations§
Source§impl Clone for AR2ImageSet
impl Clone for AR2ImageSet
Source§fn clone(&self) -> AR2ImageSet
fn clone(&self) -> AR2ImageSet
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 AR2ImageSet
impl Debug for AR2ImageSet
Source§impl Default for AR2ImageSet
impl Default for AR2ImageSet
Source§fn default() -> AR2ImageSet
fn default() -> AR2ImageSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AR2ImageSet
impl RefUnwindSafe for AR2ImageSet
impl Send for AR2ImageSet
impl Sync for AR2ImageSet
impl Unpin for AR2ImageSet
impl UnsafeUnpin for AR2ImageSet
impl UnwindSafe for AR2ImageSet
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