Enum fuchsia_zircon_sys::zx_cache_policy_t [] [src]

#[repr(C)]
pub enum zx_cache_policy_t { ZX_CACHE_POLICY_CACHED, ZX_CACHE_POLICY_UNCACHED, ZX_CACHE_POLICY_UNCACHED_DEVICE, ZX_CACHE_POLICY_WRITE_COMBINING, }

Variants

Trait Implementations

impl Debug for zx_cache_policy_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for zx_cache_policy_t
[src]

impl Clone for zx_cache_policy_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for zx_cache_policy_t
[src]

impl PartialEq for zx_cache_policy_t
[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 !=.