pub struct LeadingZeros;
Trait Implementations§
Source§impl<D: Dialect> Unary<D> for LeadingZeros
impl<D: Dialect> Unary<D> for LeadingZeros
fn format_scalar<Input: Component<D>>( f: &mut Formatter<'_>, input: Input, elem: Elem<D>, ) -> Result
fn format( f: &mut Formatter<'_>, input: &Variable<D>, out: &Variable<D>, ) -> Result
fn unroll_vec( f: &mut Formatter<'_>, input: &Variable<D>, out: &Variable<D>, out_elem: Elem<D>, index: usize, ) -> Result
fn can_optimize() -> bool
Auto Trait Implementations§
impl Freeze for LeadingZeros
impl RefUnwindSafe for LeadingZeros
impl Send for LeadingZeros
impl Sync for LeadingZeros
impl Unpin for LeadingZeros
impl UnwindSafe for LeadingZeros
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