[][src]Trait scroll::ctx::IntoCtx

pub trait IntoCtx<Ctx: Copy = (), This: ?Sized = [u8]>: Sized {
    fn into_ctx(self, _: &mut This, ctx: Ctx);
}

Writes Self into This using the context Ctx

Required methods

fn into_ctx(self, _: &mut This, ctx: Ctx)

Loading content...

Implementations on Foreign Types

impl IntoCtx<Endian, [u8]> for u8[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a u8[src]

impl IntoCtx<Endian, [u8]> for i8[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a i8[src]

impl IntoCtx<Endian, [u8]> for u16[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a u16[src]

impl IntoCtx<Endian, [u8]> for i16[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a i16[src]

impl IntoCtx<Endian, [u8]> for u32[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a u32[src]

impl IntoCtx<Endian, [u8]> for i32[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a i32[src]

impl IntoCtx<Endian, [u8]> for u64[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a u64[src]

impl IntoCtx<Endian, [u8]> for i64[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a i64[src]

impl IntoCtx<Endian, [u8]> for u128[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a u128[src]

impl IntoCtx<Endian, [u8]> for i128[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a i128[src]

impl IntoCtx<Endian, [u8]> for f32[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a f32[src]

impl IntoCtx<Endian, [u8]> for f64[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a f64[src]

impl IntoCtx<Endian, [u8]> for usize[src]

Loading content...

Implementors

Loading content...