pub struct ReverseBits;
Trait Implementations§
Source§impl<D: Dialect> Unary<D> for ReverseBits
impl<D: Dialect> Unary<D> for ReverseBits
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 ReverseBits
impl RefUnwindSafe for ReverseBits
impl Send for ReverseBits
impl Sync for ReverseBits
impl Unpin for ReverseBits
impl UnwindSafe for ReverseBits
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