pub struct FontDraw(/* private fields */);
Implementations§
Source§impl FontDraw
impl FontDraw
pub const LEFT_TO_RIGHT: Self
pub const RIGHT_TO_LEFT: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FontDraw
impl<'de> Deserialize<'de> for FontDraw
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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