#[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 · 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 CGTextEncoding
impl Debug for CGTextEncoding
Source§impl PartialEq for CGTextEncoding
impl PartialEq for CGTextEncoding
impl Copy for CGTextEncoding
impl Eq for CGTextEncoding
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 UnwindSafe for CGTextEncoding
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