#[repr(u64)]pub enum NSMatchingOptions {
ReportProgress = 1,
ReportCompletion = 2,
Anchored = 4,
WithTransparentBounds = 8,
WithoutAnchoringBounds = 16,
}
Variants§
ReportProgress = 1
ReportCompletion = 2
Anchored = 4
WithTransparentBounds = 8
WithoutAnchoringBounds = 16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSMatchingOptions
impl RefUnwindSafe for NSMatchingOptions
impl Send for NSMatchingOptions
impl Sync for NSMatchingOptions
impl Unpin for NSMatchingOptions
impl UnwindSafe for NSMatchingOptions
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