pub struct PciBdfAddress;Expand description
Returns the PCI BDF address reported by the Intel SYCL extension. Panics when the device does not support the extension.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PciBdfAddress
impl RefUnwindSafe for PciBdfAddress
impl Send for PciBdfAddress
impl Sync for PciBdfAddress
impl Unpin for PciBdfAddress
impl UnwindSafe for PciBdfAddress
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