Enum v8_sys::AccessControl [] [src]

#[repr(u32)]
pub enum AccessControl { AccessControl_DEFAULT, AccessControl_ALL_CAN_READ, AccessControl_ALL_CAN_WRITE, AccessControl_PROHIBITS_OVERWRITING, }

Variants

Trait Implementations

impl Debug for AccessControl
[src]

Formats the value using the given formatter.

impl Copy for AccessControl
[src]

impl Clone for AccessControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AccessControl
[src]

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

This method tests for !=.

impl Eq for AccessControl
[src]

impl Hash for AccessControl
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.