pub struct Lil;Trait Implementations§
impl Copy for Lil
Source§impl Endian for Lil
impl Endian for Lil
const is_lil: bool = true
fn read<N: 'static + PrimInt + NumAssign + ShlAssign<usize>>(bs: &[u8]) -> Nwhere
u8: AsPrimitive<N>,
fn write<N>(bs: &mut [u8], n: N)
const is_big: bool = _
fn from<N>(ns: &[N], bs: &mut [u8])
fn to<N: 'static + PrimInt + NumAssign + ShlAssign<usize>>(
bs: &[u8],
ns: &mut [N],
)where
u8: AsPrimitive<N>,
impl Eq for Lil
Source§impl Ord for Lil
impl Ord for Lil
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Lil
impl PartialOrd for Lil
impl StructuralPartialEq for Lil
Auto Trait Implementations§
impl Freeze for Lil
impl RefUnwindSafe for Lil
impl Send for Lil
impl Sync for Lil
impl Unpin for Lil
impl UnsafeUnpin for Lil
impl UnwindSafe for Lil
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