[][src]Trait nutexb::DdsExt

pub trait DdsExt {
    fn from_nutexb(data: &[u8]) -> Dds;
fn write_nutexb<W: Write>(&self, writer: &mut W, name: &str) -> Result<()>; fn read_nutexb<R: Read>(reader: &mut R) -> Dds { ... }
fn write_nutexb_to_file<P: AsRef<Path>>(
        &self,
        path: P,
        name: Option<&str>
    ) -> Result<()> { ... } }

Required methods

fn from_nutexb(data: &[u8]) -> Dds

fn write_nutexb<W: Write>(&self, writer: &mut W, name: &str) -> Result<()>

Loading content...

Provided methods

fn read_nutexb<R: Read>(reader: &mut R) -> Dds

fn write_nutexb_to_file<P: AsRef<Path>>(
    &self,
    path: P,
    name: Option<&str>
) -> Result<()>

Loading content...

Implementations on Foreign Types

impl DdsExt for Dds[src]

Loading content...

Implementors

Loading content...