pub struct FontDraw(/* private fields */);
Implementations§
Source§impl FontDraw
impl FontDraw
pub const LEFT_TO_RIGHT: FontDraw
pub const RIGHT_TO_LEFT: FontDraw
Trait Implementations§
Source§impl Ord for FontDraw
impl Ord for FontDraw
Source§impl PartialOrd for FontDraw
impl PartialOrd for FontDraw
impl Copy for FontDraw
impl Eq for FontDraw
impl StructuralPartialEq for FontDraw
Auto Trait Implementations§
impl Freeze for FontDraw
impl RefUnwindSafe for FontDraw
impl Send for FontDraw
impl Sync for FontDraw
impl Unpin for FontDraw
impl UnwindSafe for FontDraw
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