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