#[repr(u64)]pub enum NSLigatureType {
None = 0,
Default = 1,
All = 2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSLigatureType
impl RefUnwindSafe for NSLigatureType
impl Send for NSLigatureType
impl Sync for NSLigatureType
impl Unpin for NSLigatureType
impl UnwindSafe for NSLigatureType
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