Struct dmar::DeviceScopePath
source · #[repr(packed(1))]pub struct DeviceScopePath {
pub device: u8,
pub function: u8,
}
Fields§
§device: u8
§function: u8
Trait Implementations§
source§impl Clone for DeviceScopePath
impl Clone for DeviceScopePath
source§fn clone(&self) -> DeviceScopePath
fn clone(&self) -> DeviceScopePath
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 DeviceScopePath
impl Debug for DeviceScopePath
impl Copy for DeviceScopePath
impl FromBytes for DeviceScopePath
Auto Trait Implementations§
impl RefUnwindSafe for DeviceScopePath
impl Send for DeviceScopePath
impl Sync for DeviceScopePath
impl Unpin for DeviceScopePath
impl UnwindSafe for DeviceScopePath
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