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