Struct xpcom::nsID [] [src]

#[repr(C)]
pub struct nsID(pub u32, pub u16, pub u16, pub [u8; 8]);

A "unique identifier". This is modeled after OSF DCE UUIDs.

Trait Implementations

impl Copy for nsID
[src]

impl Clone for nsID
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for nsID
[src]

impl PartialEq for nsID
[src]

[src]

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

[src]

This method tests for !=.