[][src]Trait ni::executor::primary::Shr

pub trait Shr: Primary {
    fn wrapping(self, r: u8) -> Self;
}

Required methods

fn wrapping(self, r: u8) -> Self

Loading content...

Implementations on Foreign Types

impl Shr for u8[src]

impl Shr for i8[src]

impl Shr for u16[src]

impl Shr for i16[src]

impl Shr for u32[src]

impl Shr for i32[src]

impl Shr for u64[src]

impl Shr for i64[src]

impl Shr for u128[src]

impl Shr for i128[src]

impl Shr for usize[src]

impl Shr for isize[src]

Loading content...

Implementors

Loading content...