Struct mallumo_gls::raw::ProgramId [] [src]

pub struct ProgramId(_);

Methods

impl ProgramId
[src]

[src]

Trait Implementations

impl Debug for ProgramId
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ProgramId
[src]

impl Clone for ProgramId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ProgramId
[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 Eq for ProgramId
[src]

impl From<ProgramId> for u32
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ProgramId

impl Sync for ProgramId