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