Struct finder_info::OSType[][src]

pub struct OSType(pub [u8; 4]);

Trait Implementations

impl Clone for OSType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OSType
[src]

impl Default for OSType
[src]

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

impl Eq for OSType
[src]

impl PartialEq for OSType
[src]

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

This method tests for !=.

impl Debug for OSType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OSType

impl Sync for OSType