pub enum AddressSpaceCacheable {
NotCacheable,
Cacheable,
WriteCombining,
PreFetchable,
}Variants§
Trait Implementations§
Source§impl Clone for AddressSpaceCacheable
impl Clone for AddressSpaceCacheable
Source§fn clone(&self) -> AddressSpaceCacheable
fn clone(&self) -> AddressSpaceCacheable
Returns a duplicate 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 AddressSpaceCacheable
Auto Trait Implementations§
impl Freeze for AddressSpaceCacheable
impl RefUnwindSafe for AddressSpaceCacheable
impl Send for AddressSpaceCacheable
impl Sync for AddressSpaceCacheable
impl Unpin for AddressSpaceCacheable
impl UnwindSafe for AddressSpaceCacheable
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