pub struct SelectBool { /* private fields */ }Implementations§
Source§impl SelectBool
impl SelectBool
Trait Implementations§
Source§impl ComputePrimitive for SelectBool
impl ComputePrimitive for SelectBool
Auto Trait Implementations§
impl Freeze for SelectBool
impl RefUnwindSafe for SelectBool
impl Send for SelectBool
impl Sync for SelectBool
impl Unpin for SelectBool
impl UnsafeUnpin for SelectBool
impl UnwindSafe for SelectBool
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