#[repr(u64)]pub enum NSMatchingFlags {
Progress = 1,
Completed = 2,
HitEnd = 4,
RequiredEnd = 8,
InternalError = 16,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSMatchingFlags
impl RefUnwindSafe for NSMatchingFlags
impl Send for NSMatchingFlags
impl Sync for NSMatchingFlags
impl Unpin for NSMatchingFlags
impl UnwindSafe for NSMatchingFlags
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