#[repr(C)]pub struct nvmlMask255_t {
pub mask: [c_uint; 8],
}Fields§
§mask: [c_uint; 8]Trait Implementations§
Source§impl Clone for nvmlMask255_t
impl Clone for nvmlMask255_t
Source§fn clone(&self) -> nvmlMask255_t
fn clone(&self) -> nvmlMask255_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 nvmlMask255_t
impl Debug for nvmlMask255_t
impl Copy for nvmlMask255_t
Auto Trait Implementations§
impl Freeze for nvmlMask255_t
impl RefUnwindSafe for nvmlMask255_t
impl Send for nvmlMask255_t
impl Sync for nvmlMask255_t
impl Unpin for nvmlMask255_t
impl UnwindSafe for nvmlMask255_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