pub struct Xor { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<Xor> for Instruction
impl From<Xor> for Instruction
impl Copy for Xor
impl StructuralPartialEq for Xor
Auto Trait Implementations§
impl Freeze for Xor
impl RefUnwindSafe for Xor
impl Send for Xor
impl Sync for Xor
impl Unpin for Xor
impl UnwindSafe for Xor
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