Struct MacTypes_sys::ProcessSerialNumber [] [src]

#[repr(C)]
pub struct ProcessSerialNumber { pub highLongOfPSN: UInt32, pub lowLongOfPSN: UInt32, }

Type for unique process identifier.

Fields

Trait Implementations

impl Clone for ProcessSerialNumber
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ProcessSerialNumber
[src]

impl Debug for ProcessSerialNumber
[src]

Formats the value using the given formatter.

impl Default for ProcessSerialNumber
[src]

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

impl Eq for ProcessSerialNumber
[src]

impl Hash for ProcessSerialNumber
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ProcessSerialNumber
[src]

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

This method tests for !=.