Trait xxlib::manager::NotU8[][src]

pub auto trait NotU8 { }

Implementations on Foreign Types

impl NotU8 for isize

impl<T> NotU8 for [T] where
    T: NotU8

impl !NotU8 for [u8]

impl NotU8 for char

impl NotU8 for u128

impl NotU8 for u16

impl NotU8 for i128

impl NotU8 for i16

impl NotU8 for str

impl NotU8 for f64

impl NotU8 for u64

impl NotU8 for i64

impl NotU8 for i8

impl<T: ?Sized> NotU8 for *const T where
    T: NotU8

impl<T: ?Sized> NotU8 for *mut T where
    T: NotU8

impl<T> NotU8 for *const [T] where
    T: NotU8

impl<T> NotU8 for *mut [T] where
    T: NotU8

impl<T, const N: usize> NotU8 for [T; N] where
    T: NotU8

impl NotU8 for bool

impl NotU8 for f32

impl NotU8 for u32

impl NotU8 for usize

impl NotU8 for i32

impl !NotU8 for u8[src]

impl NotU8 for String[src]

Loading content...

Implementors

Loading content...

Auto implementors

impl !NotU8 for Data

impl !NotU8 for ObjectManager

impl<'a> !NotU8 for DataReader<'a>

impl<T: ?Sized> NotU8 for SharedPtr<T> where
    T: NotU8

impl<T: ?Sized> NotU8 for Weak<T> where
    T: NotU8

impl<T: ?Sized> NotU8 for Rc<T> where
    T: NotU8

impl<const LEN: usize> NotU8 for TypeClass<LEN>

Loading content...