Enum acpi_tables::aml::AddressSpaceCachable
source · pub enum AddressSpaceCachable {
NotCacheable,
Cacheable,
WriteCombining,
PreFetchable,
}
Expand description
AddressSpaceCachable represent cache types for AddressSpace object
Variants§
Trait Implementations§
source§impl Clone for AddressSpaceCachable
impl Clone for AddressSpaceCachable
source§fn clone(&self) -> AddressSpaceCachable
fn clone(&self) -> AddressSpaceCachable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for AddressSpaceCachable
Auto Trait Implementations§
impl RefUnwindSafe for AddressSpaceCachable
impl Send for AddressSpaceCachable
impl Sync for AddressSpaceCachable
impl Unpin for AddressSpaceCachable
impl UnwindSafe for AddressSpaceCachable
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more