Struct nvapi_hi::sys::Array
[−]
[src]
pub struct Array<T>(pub T);
Hacks a Debug impl onto large arrays.
Methods
impl<T> Array<T>[src]
ⓘImportant traits for &'a mut Ipub fn inner(&self) -> &T[src]
ⓘImportant traits for &'a mut I
ⓘImportant traits for &'a mut Ipub fn inner_mut(&mut self) -> &mut T[src]
ⓘImportant traits for &'a mut I
pub fn into_inner(self) -> T[src]
Trait Implementations
impl<T> Debug for Array<T> where
T: DebugArray, [src]
T: DebugArray,
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more
impl<T> Copy for Array<T> where
T: Copy, [src]
T: Copy,
impl<T> Clone for Array<T> where
T: Clone, [src]
T: Clone,
fn clone(&self) -> Array<T>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more