pub enum SizeType {
Point,
Pixel,
}Variants§
Trait Implementations§
impl Copy for SizeType
impl Eq for SizeType
impl StructuralPartialEq for SizeType
Auto Trait Implementations§
impl Freeze for SizeType
impl RefUnwindSafe for SizeType
impl Send for SizeType
impl Sync for SizeType
impl Unpin for SizeType
impl UnwindSafe for SizeType
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