Enum freya_engine::prelude::Slant
source · pub enum Slant {
Upright,
Italic,
Oblique,
}
Variants§
Trait Implementations§
source§impl Ord for Slant
impl Ord for Slant
source§impl PartialEq<Slant> for Slant
impl PartialEq<Slant> for Slant
source§impl PartialOrd<Slant> for Slant
impl PartialOrd<Slant> for Slant
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Slant
impl Eq for Slant
impl StructuralEq for Slant
impl StructuralPartialEq for Slant
Auto Trait Implementations§
impl RefUnwindSafe for Slant
impl Send for Slant
impl Sync for Slant
impl Unpin for Slant
impl UnwindSafe for Slant
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