pub enum PciBarPrefetchable {
NotPrefetchable = 0,
Prefetchable = 8,
}Variants§
Trait Implementations§
Source§impl Clone for PciBarPrefetchable
impl Clone for PciBarPrefetchable
Source§fn clone(&self) -> PciBarPrefetchable
fn clone(&self) -> PciBarPrefetchable
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 moreSource§impl Debug for PciBarPrefetchable
impl Debug for PciBarPrefetchable
Source§impl<'de> Deserialize<'de> for PciBarPrefetchable
impl<'de> Deserialize<'de> for PciBarPrefetchable
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PciBarPrefetchable
impl PartialEq for PciBarPrefetchable
Source§impl Serialize for PciBarPrefetchable
impl Serialize for PciBarPrefetchable
impl Copy for PciBarPrefetchable
impl Eq for PciBarPrefetchable
impl StructuralPartialEq for PciBarPrefetchable
Auto Trait Implementations§
impl Freeze for PciBarPrefetchable
impl RefUnwindSafe for PciBarPrefetchable
impl Send for PciBarPrefetchable
impl Sync for PciBarPrefetchable
impl Unpin for PciBarPrefetchable
impl UnwindSafe for PciBarPrefetchable
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