#[repr(C)]pub struct objc_ivar { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for objc_ivar
impl RefUnwindSafe for objc_ivar
impl Send for objc_ivar
impl Sync for objc_ivar
impl Unpin for objc_ivar
impl UnwindSafe for objc_ivar
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