pub struct Lil;
Trait Implementations§
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>,
Source§impl Ord for Lil
impl Ord for Lil
Source§impl PartialOrd for Lil
impl PartialOrd for Lil
impl Copy for Lil
impl Eq 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 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