pub enum AddressWidth {
U32,
U64,
Invalid,
}
Expand description
Size of address bus supported by a PCI function
Variants§
Trait Implementations§
Source§impl Clone for AddressWidth
impl Clone for AddressWidth
Source§fn clone(&self) -> AddressWidth
fn clone(&self) -> AddressWidth
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 AddressWidth
impl Debug for AddressWidth
Source§impl PartialEq for AddressWidth
impl PartialEq for AddressWidth
impl Copy for AddressWidth
impl Eq for AddressWidth
impl StructuralPartialEq for AddressWidth
Auto Trait Implementations§
impl Freeze for AddressWidth
impl RefUnwindSafe for AddressWidth
impl Send for AddressWidth
impl Sync for AddressWidth
impl Unpin for AddressWidth
impl UnwindSafe for AddressWidth
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