#[repr(transparent)]pub struct Xi(Block);
Tuple Fields§
§0: Block
Trait Implementations§
source§impl BitXorAssign<Block> for Xi
impl BitXorAssign<Block> for Xi
source§fn bitxor_assign(&mut self, a: Block)
fn bitxor_assign(&mut self, a: Block)
Performs the
^=
operation. Read moreAuto Trait Implementations§
impl Freeze for Xi
impl RefUnwindSafe for Xi
impl Send for Xi
impl Sync for Xi
impl Unpin for Xi
impl UnwindSafe for Xi
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