Trait fructose::operators::bit::BitRotate[][src]

pub trait BitRotate {
    fn rotate_left(self, n: u32) -> Self;
fn rotate_right(self, n: u32) -> Self; }

Required methods

fn rotate_left(self, n: u32) -> Self[src]

fn rotate_right(self, n: u32) -> Self[src]

Loading content...

Implementations on Foreign Types

impl BitRotate for isize[src]

impl BitRotate for usize[src]

impl BitRotate for i8[src]

impl BitRotate for u8[src]

impl BitRotate for i16[src]

impl BitRotate for u16[src]

impl BitRotate for i32[src]

impl BitRotate for u32[src]

impl BitRotate for i64[src]

impl BitRotate for u64[src]

impl BitRotate for i128[src]

impl BitRotate for u128[src]

Loading content...

Implementors

Loading content...