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