Struct objc_sys::objc_object
source · [−]#[repr(C)]pub struct objc_object { /* private fields */ }
Expand description
An opaque type that represents an object / an instance of a class.
Auto Trait Implementations
impl !RefUnwindSafe for objc_object
impl !Send for objc_object
impl !Sync for objc_object
impl !Unpin for objc_object
impl !UnwindSafe for objc_object
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