#[repr(C)]pub struct nvmlVgpuPlacementList_v2_t {
pub version: c_uint,
pub placementSize: c_uint,
pub count: c_uint,
pub placementIds: *mut c_uint,
pub mode: c_uint,
}Fields§
§version: c_uint§placementSize: c_uint§count: c_uint§placementIds: *mut c_uint§mode: c_uintTrait Implementations§
Source§impl Clone for nvmlVgpuPlacementList_v2_t
impl Clone for nvmlVgpuPlacementList_v2_t
Source§fn clone(&self) -> nvmlVgpuPlacementList_v2_t
fn clone(&self) -> nvmlVgpuPlacementList_v2_t
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 nvmlVgpuPlacementList_v2_t
impl Debug for nvmlVgpuPlacementList_v2_t
impl Copy for nvmlVgpuPlacementList_v2_t
Auto Trait Implementations§
impl Freeze for nvmlVgpuPlacementList_v2_t
impl RefUnwindSafe for nvmlVgpuPlacementList_v2_t
impl !Send for nvmlVgpuPlacementList_v2_t
impl !Sync for nvmlVgpuPlacementList_v2_t
impl Unpin for nvmlVgpuPlacementList_v2_t
impl UnwindSafe for nvmlVgpuPlacementList_v2_t
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