pub enum Complement {
No,
Yes,
}Expand description
1’s complement output.
Variants§
Trait Implementations§
Source§impl Clone for Complement
impl Clone for Complement
Source§fn clone(&self) -> Complement
fn clone(&self) -> Complement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Complement
impl Debug for Complement
Source§impl From<Complement> for Fxor
impl From<Complement> for Fxor
Source§fn from(value: Complement) -> Fxor
fn from(value: Complement) -> Fxor
Converts to this type from the input type.
impl Copy for Complement
Auto Trait Implementations§
impl Freeze for Complement
impl RefUnwindSafe for Complement
impl Send for Complement
impl Sync for Complement
impl Unpin for Complement
impl UnwindSafe for Complement
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