pub enum Length {
Width,
Height,
}
Variants§
Trait Implementations§
Source§impl Index<&Length> for ClientRectObject
impl Index<&Length> for ClientRectObject
Source§impl Index<&Length> for Dimensions
impl Index<&Length> for Dimensions
Source§impl Index<&Length> for PartialDimensions
impl Index<&Length> for PartialDimensions
Source§impl IndexMut<&Length> for ClientRectObject
impl IndexMut<&Length> for ClientRectObject
Source§impl IndexMut<&Length> for Dimensions
impl IndexMut<&Length> for Dimensions
Source§impl IndexMut<&Length> for PartialDimensions
impl IndexMut<&Length> for PartialDimensions
Source§impl StringUnion for Length
impl StringUnion for Length
Auto Trait Implementations§
impl Freeze for Length
impl RefUnwindSafe for Length
impl Send for Length
impl Sync for Length
impl Unpin for Length
impl UnwindSafe for Length
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