pub struct PartialDimensions {
pub width: Option<f64>,
pub height: Option<f64>,
}
Fields§
§width: Option<f64>
§height: Option<f64>
Trait Implementations§
Source§impl Index<&Length> for PartialDimensions
impl Index<&Length> for PartialDimensions
Auto Trait Implementations§
impl Freeze for PartialDimensions
impl RefUnwindSafe for PartialDimensions
impl Send for PartialDimensions
impl Sync for PartialDimensions
impl Unpin for PartialDimensions
impl UnwindSafe for PartialDimensions
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