[−][src]Trait binwrite::BinWrite
Required methods
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
Provided methods
Loading content...Implementations on Foreign Types
impl BinWrite for char
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
impl BinWrite for u8
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
impl BinWrite for i8
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
impl BinWrite for u16
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for u32
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for u64
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for i16
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for i32
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for i64
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for f32
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for f64
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for Vec<B>
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 0]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 1]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 2]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 3]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 4]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 5]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 6]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 7]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 8]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 9]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 10]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 11]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 12]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 13]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 14]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 15]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 16]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 17]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 18]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 19]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<B: BinWrite> BinWrite for [B; 20]
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl BinWrite for str
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
_options: &WriterOption
) -> Result<()>
impl BinWrite for String
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b1: BinWrite, b2: BinWrite, b3: BinWrite, b4: BinWrite, b5: BinWrite, b6: BinWrite, b7: BinWrite, b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b2: BinWrite, b3: BinWrite, b4: BinWrite, b5: BinWrite, b6: BinWrite, b7: BinWrite, b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b3: BinWrite, b4: BinWrite, b5: BinWrite, b6: BinWrite, b7: BinWrite, b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b4: BinWrite, b5: BinWrite, b6: BinWrite, b7: BinWrite, b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b5: BinWrite, b6: BinWrite, b7: BinWrite, b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b6: BinWrite, b7: BinWrite, b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b7: BinWrite, b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b8: BinWrite, b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b9: BinWrite, b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b10: BinWrite, b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b11: BinWrite, b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b11, b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b12: BinWrite, b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b12, b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b13: BinWrite, b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b13, b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b14: BinWrite, b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b14, b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b15: BinWrite, b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b15, b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b16: BinWrite, b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b16, b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b17: BinWrite, b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b17, b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b18: BinWrite, b19: BinWrite, b20: BinWrite> BinWrite for (b18, b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b19: BinWrite, b20: BinWrite> BinWrite for (b19, b20)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
impl<b20: BinWrite> BinWrite for (b20,)
[src]
fn write_options<W: Write>(
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>
[src]
&self,
writer: &mut W,
options: &WriterOption
) -> Result<()>