Struct objc_sys::objc_method
source · [−]#[repr(C)]pub struct objc_method { /* private fields */ }
Expand description
A type that represents a method in a class definition.
Auto Trait Implementations
impl !RefUnwindSafe for objc_method
impl !Send for objc_method
impl !Sync for objc_method
impl !Unpin for objc_method
impl !UnwindSafe for objc_method
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more