pub struct PciHeader<const V: usize> { /* private fields */ }
Expand description
Generic implementation of PciHeaderType.
Implementations§
Trait Implementations§
impl<const V: usize> Copy for PciHeader<V>
Auto Trait Implementations§
impl<const V: usize> RefUnwindSafe for PciHeader<V>
impl<const V: usize> Send for PciHeader<V>
impl<const V: usize> Sync for PciHeader<V>
impl<const V: usize> Unpin for PciHeader<V>
impl<const V: usize> UnwindSafe for PciHeader<V>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more