Struct cbm::disk::Id[][src]

pub struct Id(_);

Various fields in CBM DOS are two-byte identifiers which are frequently shown as Petscii strings.

Methods

impl Id
[src]

Trait Implementations

impl Clone for Id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Id
[src]

impl Debug for Id
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Id
[src]

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

This method tests for !=.

impl Into<Petscii> for Id
[src]

Performs the conversion.

impl Into<String> for Id
[src]

Performs the conversion.

impl AsRef<[u8]> for Id
[src]

Performs the conversion.

impl AsRef<Id> for Id
[src]

Performs the conversion.

impl<'a> From<&'a [u8]> for Id
[src]

Performs the conversion.

impl From<Petscii> for Id
[src]

Performs the conversion.

impl From<String> for Id
[src]

Performs the conversion.

impl<'a> From<&'a String> for Id
[src]

Performs the conversion.

impl<'a> From<&'a str> for Id
[src]

Performs the conversion.

impl Index<usize> for Id
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<usize> for Id
[src]

Performs the mutable indexing (container[index]) operation.

impl Display for Id
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Id

impl Sync for Id