pub struct CtChoice(/* private fields */);
Expand description
A boolean value returned by constant-time const fn
s.
Implementations§
Trait Implementations§
impl Copy for CtChoice
Auto Trait Implementations§
impl Freeze for CtChoice
impl RefUnwindSafe for CtChoice
impl Send for CtChoice
impl Sync for CtChoice
impl Unpin for CtChoice
impl UnwindSafe for CtChoice
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)