pub struct AssembledDimensions {
pub width: f32,
pub height: f32,
pub depth: f32,
}Fields§
§width: f32§height: f32§depth: f32Trait Implementations§
Source§impl Clone for AssembledDimensions
impl Clone for AssembledDimensions
Source§fn clone(&self) -> AssembledDimensions
fn clone(&self) -> AssembledDimensions
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 moreAuto Trait Implementations§
impl Freeze for AssembledDimensions
impl RefUnwindSafe for AssembledDimensions
impl Send for AssembledDimensions
impl Sync for AssembledDimensions
impl Unpin for AssembledDimensions
impl UnsafeUnpin for AssembledDimensions
impl UnwindSafe for AssembledDimensions
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