Struct crypto_bigint::CtChoice
source · 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 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