#[repr(C)]pub struct nvmlComputeInstancePlacement_st {
pub start: c_uint,
pub size: c_uint,
}
Fields§
§start: c_uint
§size: c_uint
Trait Implementations§
source§impl Clone for nvmlComputeInstancePlacement_st
impl Clone for nvmlComputeInstancePlacement_st
source§fn clone(&self) -> nvmlComputeInstancePlacement_st
fn clone(&self) -> nvmlComputeInstancePlacement_st
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 moreimpl Copy for nvmlComputeInstancePlacement_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlComputeInstancePlacement_st
impl Send for nvmlComputeInstancePlacement_st
impl Sync for nvmlComputeInstancePlacement_st
impl Unpin for nvmlComputeInstancePlacement_st
impl UnwindSafe for nvmlComputeInstancePlacement_st
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