#[repr(C)]pub struct nvmlComputeInstancePlacement_st {
pub start: c_uint,
pub size: c_uint,
}Fields§
§start: c_uint§size: c_uintTrait 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 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 moreimpl Copy for nvmlComputeInstancePlacement_st
Auto Trait Implementations§
impl Freeze for nvmlComputeInstancePlacement_st
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