pub struct ObjcBool(/* private fields */);
Expand description
Objective-C’s boolean type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjcBool
impl RefUnwindSafe for ObjcBool
impl Send for ObjcBool
impl Sync for ObjcBool
impl Unpin for ObjcBool
impl UnwindSafe for ObjcBool
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