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

pub struct Extender(_);

Data type for the extender code.

Methods

impl Extender
[src]

[src]

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

[src]

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.

[src]

Whether extensions should exist upon this extender code.

[src]

Get the extender's bytes

Trait Implementations

impl Debug for Extender
[src]

[src]

Formats the value using the given formatter.

impl Default for Extender
[src]

[src]

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

impl PartialEq for Extender
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for Extender
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Extender
[src]

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

[src]

Performs the conversion.