pub struct DeviceDetails {
pub cardbus_cis_ptr: u32,
pub subsystem_vendor_id: u16,
pub subsystem_id: u16,
pub expansion_rom_base_addr: u32,
pub min_grant: u8,
pub max_latency: u8,
}
Fields§
§cardbus_cis_ptr: u32
§subsystem_vendor_id: u16
§subsystem_id: u16
§expansion_rom_base_addr: u32
§min_grant: u8
§max_latency: u8
Trait Implementations§
Source§impl Clone for DeviceDetails
impl Clone for DeviceDetails
Source§fn clone(&self) -> DeviceDetails
fn clone(&self) -> DeviceDetails
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 DeviceDetails
impl Debug for DeviceDetails
Source§impl PartialEq for DeviceDetails
impl PartialEq for DeviceDetails
impl Copy for DeviceDetails
impl Eq for DeviceDetails
impl StructuralPartialEq for DeviceDetails
Auto Trait Implementations§
impl Freeze for DeviceDetails
impl RefUnwindSafe for DeviceDetails
impl Send for DeviceDetails
impl Sync for DeviceDetails
impl Unpin for DeviceDetails
impl UnwindSafe for DeviceDetails
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