pub struct ObjectiveCpp;
Implementations§
Auto Trait Implementations§
impl Freeze for ObjectiveCpp
impl RefUnwindSafe for ObjectiveCpp
impl Send for ObjectiveCpp
impl Sync for ObjectiveCpp
impl Unpin for ObjectiveCpp
impl UnwindSafe for ObjectiveCpp
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