Struct FontDraw
pub struct FontDraw(/* private fields */);
Implementations§
§impl FontDraw
impl FontDraw
pub const LEFT_TO_RIGHT: FontDraw = _
pub const RIGHT_TO_LEFT: FontDraw = _
Trait Implementations§
§impl Ord for FontDraw
impl Ord for FontDraw
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)