pub enum BaseLine {
Top,
Hanging,
Middle,
Alphabetic,
Ideographic,
Bottom,
}
Expand description
see https://developer.mozilla.org/ru/docs/Web/API/Canvas_API/Tutorial/Drawing_text
Variants§
Trait Implementations§
impl Copy for BaseLine
Auto Trait Implementations§
impl Freeze for BaseLine
impl RefUnwindSafe for BaseLine
impl Send for BaseLine
impl Sync for BaseLine
impl Unpin for BaseLine
impl UnwindSafe for BaseLine
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