Trait mutils::internal::Half[][src]

pub trait Half {
    fn half(&self) -> Self;
}

Required methods

fn half(&self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl Half for usize[src]

impl Half for isize[src]

impl Half for u8[src]

impl Half for u16[src]

impl Half for u32[src]

impl Half for u64[src]

impl Half for i8[src]

impl Half for i16[src]

impl Half for i32[src]

impl Half for i64[src]

impl Half for f32[src]

impl Half for f64[src]

Loading content...

Implementors

Loading content...