#[repr(C)]pub struct cl_amd_device_topology {
pub bus: u8,
pub device: u8,
pub function: u8,
/* private fields */
}Fields§
§bus: u8§device: u8§function: u8Trait Implementations§
Source§impl Clone for cl_amd_device_topology
impl Clone for cl_amd_device_topology
Source§fn clone(&self) -> cl_amd_device_topology
fn clone(&self) -> cl_amd_device_topology
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 cl_amd_device_topology
impl Debug for cl_amd_device_topology
Source§impl Default for cl_amd_device_topology
impl Default for cl_amd_device_topology
Source§fn default() -> cl_amd_device_topology
fn default() -> cl_amd_device_topology
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for cl_amd_device_topology
impl RefUnwindSafe for cl_amd_device_topology
impl Send for cl_amd_device_topology
impl Sync for cl_amd_device_topology
impl Unpin for cl_amd_device_topology
impl UnwindSafe for cl_amd_device_topology
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