Enum lldb::AccessType [] [src]

#[repr(u32)]
pub enum AccessType { None, Public, Private, Protected, Package, }

Variants

Trait Implementations

impl Clone for AccessType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AccessType
[src]

impl Debug for AccessType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<AccessType> for AccessType
[src]

[src]

impl PartialOrd<AccessType> for AccessType
[src]

[src]