#[repr(i32)]pub enum CGTextEncoding {
FontSpecific = 0,
MacRoman = 1,
}Variants§
Trait Implementations§
Source§impl Clone for CGTextEncoding
impl Clone for CGTextEncoding
Source§fn clone(&self) -> CGTextEncoding
fn clone(&self) -> CGTextEncoding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CGTextEncoding
Source§impl Debug for CGTextEncoding
impl Debug for CGTextEncoding
impl Eq for CGTextEncoding
Source§impl PartialEq for CGTextEncoding
impl PartialEq for CGTextEncoding
Source§fn eq(&self, other: &CGTextEncoding) -> bool
fn eq(&self, other: &CGTextEncoding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CGTextEncoding
Auto Trait Implementations§
impl Freeze for CGTextEncoding
impl RefUnwindSafe for CGTextEncoding
impl Send for CGTextEncoding
impl Sync for CGTextEncoding
impl Unpin for CGTextEncoding
impl UnsafeUnpin for CGTextEncoding
impl UnwindSafe for CGTextEncoding
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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