Struct nifti::extension::Extender[][src]

pub struct Extender(_);

Data type for the extender code.

Methods

impl Extender
[src]

Fetch the extender code from the given source, while expecting it to exist.

Fetch the extender code from the given source, while being possible to not be available. Returns None if the source reaches EoF prematurely. Any other I/O error is delegated to a NiftiError.

Whether extensions should exist upon this extender code.

Get the extender's bytes

Trait Implementations

impl Debug for Extender
[src]

Formats the value using the given formatter. Read more

impl Default for Extender
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Extender
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Extender
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Extender
[src]

impl From<[u8; 4]> for Extender
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Extender

impl Sync for Extender