pub struct TCellBool { /* private fields */ }Expand description
J-C cfg-gated bool cell. Same API as std::cell::Cell<bool>
(new, get, set).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TCellBool
impl !RefUnwindSafe for TCellBool
impl !Sync for TCellBool
impl Send for TCellBool
impl Unpin for TCellBool
impl UnsafeUnpin for TCellBool
impl UnwindSafe for TCellBool
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