#[repr(u32)]pub enum FT_Orientation_ {
FT_ORIENTATION_TRUETYPE = 0,
FT_ORIENTATION_POSTSCRIPT = 1,
FT_ORIENTATION_NONE = 2,
}
Variants§
Trait Implementations§
source§impl Clone for FT_Orientation_
impl Clone for FT_Orientation_
source§fn clone(&self) -> FT_Orientation_
fn clone(&self) -> FT_Orientation_
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FT_Orientation_
impl Debug for FT_Orientation_
source§impl Hash for FT_Orientation_
impl Hash for FT_Orientation_
source§impl PartialEq for FT_Orientation_
impl PartialEq for FT_Orientation_
impl Copy for FT_Orientation_
impl Eq for FT_Orientation_
impl StructuralPartialEq for FT_Orientation_
Auto Trait Implementations§
impl Freeze for FT_Orientation_
impl RefUnwindSafe for FT_Orientation_
impl Send for FT_Orientation_
impl Sync for FT_Orientation_
impl Unpin for FT_Orientation_
impl UnwindSafe for FT_Orientation_
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
)