pub struct ContainerDimensions {
pub width: usize,
pub depth: usize,
pub height: usize,
pub side_wing_from_box_top: usize,
pub side_wing_width: usize,
}Fields§
§width: usize§depth: usize§height: usize§side_wing_from_box_top: usize§side_wing_width: usizeTrait Implementations§
Source§impl Clone for ContainerDimensions
impl Clone for ContainerDimensions
Source§fn clone(&self) -> ContainerDimensions
fn clone(&self) -> ContainerDimensions
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 ContainerDimensions
impl RefUnwindSafe for ContainerDimensions
impl Send for ContainerDimensions
impl Sync for ContainerDimensions
impl Unpin for ContainerDimensions
impl UnsafeUnpin for ContainerDimensions
impl UnwindSafe for ContainerDimensions
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