pub struct BoxDimensions {
pub height: Length,
pub width: Length,
pub depth: Length,
}Fields§
§height: Length§width: Length§depth: LengthAuto Trait Implementations§
impl Freeze for BoxDimensions
impl RefUnwindSafe for BoxDimensions
impl Send for BoxDimensions
impl Sync for BoxDimensions
impl Unpin for BoxDimensions
impl UnwindSafe for BoxDimensions
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