Struct pci_driver::regions::structured::PciBitsReadWrite
source · pub struct PciBitsReadWrite<'a, T, U>where
T: PciRegisterValue + TryInto<U>,
T::Error: Debug,
U: PciRegisterValue + Into<T>,{ /* private fields */ }Expand description
A read-write sequence of bits that is part of a PCI register.
Implementations§
source§impl<'a, T, U> PciBitsReadWrite<'a, T, U>where
T: PciRegisterValue + TryInto<U>,
T::Error: Debug,
U: PciRegisterValue + Into<T>,
impl<'a, T, U> PciBitsReadWrite<'a, T, U>where T: PciRegisterValue + TryInto<U>, T::Error: Debug, U: PciRegisterValue + Into<T>,
Trait Implementations§
source§impl<'a, T, U> Clone for PciBitsReadWrite<'a, T, U>where
T: PciRegisterValue + TryInto<U> + Clone,
T::Error: Debug,
U: PciRegisterValue + Into<T> + Clone,
impl<'a, T, U> Clone for PciBitsReadWrite<'a, T, U>where T: PciRegisterValue + TryInto<U> + Clone, T::Error: Debug, U: PciRegisterValue + Into<T> + Clone,
source§fn clone(&self) -> PciBitsReadWrite<'a, T, U>
fn clone(&self) -> PciBitsReadWrite<'a, T, U>
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 more