#[repr(C)]pub struct PciDeviceClass {
pub has_desc: bool,
pub desc: *mut i8,
pub q_class: i64,
}Fields§
§has_desc: bool§desc: *mut i8§q_class: i64Trait Implementations§
Source§impl Clone for PciDeviceClass
impl Clone for PciDeviceClass
Source§fn clone(&self) -> PciDeviceClass
fn clone(&self) -> PciDeviceClass
Returns a duplicate 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 PciDeviceClass
impl Debug for PciDeviceClass
impl Copy for PciDeviceClass
Auto Trait Implementations§
impl Freeze for PciDeviceClass
impl RefUnwindSafe for PciDeviceClass
impl !Send for PciDeviceClass
impl !Sync for PciDeviceClass
impl Unpin for PciDeviceClass
impl UnwindSafe for PciDeviceClass
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