pub enum objc_selector {
// some variants omitted
}
🔬This is a nightly-only experimental API. (
darwin_objc
#145496)Available on Apple only.
Expand description
Equivalent to Objective-C’s struct objc_selector
type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for objc_selector
impl RefUnwindSafe for objc_selector
impl Send for objc_selector
impl Sync for objc_selector
impl Unpin for objc_selector
impl UnwindSafe for objc_selector
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