pub struct Xclz64 {
pub dst: XReg,
pub src: XReg,
}
Expand description
dst = leading_zeros(src)
Fields§
§dst: XReg
§src: XReg
Implementations§
Trait Implementations§
impl Copy for Xclz64
impl Eq for Xclz64
impl StructuralPartialEq for Xclz64
Auto Trait Implementations§
impl Freeze for Xclz64
impl RefUnwindSafe for Xclz64
impl Send for Xclz64
impl Sync for Xclz64
impl Unpin for Xclz64
impl UnwindSafe for Xclz64
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