Struct xmas_elf::program::Flags
[−]
[src]
pub struct Flags(pub u32);
Methods
impl Flags[src]
pub fn is_execute(&self) -> bool[src]
pub fn is_write(&self) -> bool[src]
pub fn is_read(&self) -> bool[src]
Trait Implementations
impl Copy for Flags[src]
impl Clone for Flags[src]
fn clone(&self) -> Flags[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Flags[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for Flags[src]
impl Display for Flags[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more