Enum rpgffi::BuiltinTrancheIds [] [src]

#[repr(u32)]
pub enum BuiltinTrancheIds { LWTRANCHE_MAIN, LWTRANCHE_CLOG_BUFFERS, LWTRANCHE_COMMITTS_BUFFERS, LWTRANCHE_SUBTRANS_BUFFERS, LWTRANCHE_MXACTOFFSET_BUFFERS, LWTRANCHE_MXACTMEMBER_BUFFERS, LWTRANCHE_ASYNC_BUFFERS, LWTRANCHE_OLDSERXID_BUFFERS, LWTRANCHE_WAL_INSERT, LWTRANCHE_BUFFER_CONTENT, LWTRANCHE_BUFFER_IO_IN_PROGRESS, LWTRANCHE_REPLICATION_ORIGIN, LWTRANCHE_REPLICATION_SLOT_IO_IN_PROGRESS, LWTRANCHE_PROC, LWTRANCHE_BUFFER_MAPPING, LWTRANCHE_LOCK_MANAGER, LWTRANCHE_PREDICATE_LOCK_MANAGER, LWTRANCHE_FIRST_USER_DEFINED, }

Variants

Trait Implementations

impl Debug for BuiltinTrancheIds
[src]

[src]

Formats the value using the given formatter.

impl Copy for BuiltinTrancheIds
[src]

impl Clone for BuiltinTrancheIds
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for BuiltinTrancheIds
[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