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 !Freeze for objc_method
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§
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