Enum rpgffi::BgwHandleStatus [] [src]

#[repr(u32)]
pub enum BgwHandleStatus { BGWH_STARTED, BGWH_NOT_YET_STARTED, BGWH_STOPPED, BGWH_POSTMASTER_DIED, }

Variants

Trait Implementations

impl Debug for BgwHandleStatus
[src]

[src]

Formats the value using the given formatter.

impl Copy for BgwHandleStatus
[src]

impl Clone for BgwHandleStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for BgwHandleStatus
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for BgwHandleStatus
[src]

impl Hash for BgwHandleStatus
[src]

[src]

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

1.3.0
[src]

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