Enum magenta_sys::mx_cache_policy_t [] [src]

#[repr(C)]
pub enum mx_cache_policy_t { MX_CACHE_POLICY_CACHED, MX_CACHE_POLICY_UNCACHED, MX_CACHE_POLICY_UNCACHED_DEVICE, MX_CACHE_POLICY_WRITE_COMBINING, }

Variants

Trait Implementations

impl Debug for mx_cache_policy_t
[src]

Formats the value using the given formatter.

impl Copy for mx_cache_policy_t
[src]

impl Clone for mx_cache_policy_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for mx_cache_policy_t
[src]

impl PartialEq for mx_cache_policy_t
[src]

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

This method tests for !=.