#[repr(u64)]pub enum NSKeyValueObservingOptions {
New = 1,
Old = 2,
OldNew = 3,
Initial = 4,
Prior = 8,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSKeyValueObservingOptions
impl RefUnwindSafe for NSKeyValueObservingOptions
impl Send for NSKeyValueObservingOptions
impl Sync for NSKeyValueObservingOptions
impl Unpin for NSKeyValueObservingOptions
impl UnwindSafe for NSKeyValueObservingOptions
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