#[repr(C)]pub struct Devices {
pub handle: *mut c_void,
pub local_heaps: *mut u32,
pub count: u32,
}Expand description
A list of physical devices.
Fields§
§handle: *mut c_voidInternal handle to this list.
local_heaps: *mut u32A vector containing the index of the device’s local heap.
count: u32The number of devices within this list.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Devices
impl RefUnwindSafe for Devices
impl !Send for Devices
impl !Sync for Devices
impl Unpin for Devices
impl UnwindSafe for Devices
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