Enum text_document::font::SizeType
source · [−]pub enum SizeType {
Point,
Pixel,
}Variants
Point
Pixel
Trait Implementations
impl Copy for SizeType
impl StructuralPartialEq for SizeType
Auto Trait Implementations
impl RefUnwindSafe for SizeType
impl Send for SizeType
impl Sync for SizeType
impl Unpin for SizeType
impl UnwindSafe for SizeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more