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