pub struct Bar1Info {
pub version: u32,
pub size: u64,
}Fields§
§version: u32§size: u64Trait Implementations§
impl Copy for Bar1Info
Source§impl From<nvmlVgpuTypeBar1Info_v1_t> for Bar1Info
impl From<nvmlVgpuTypeBar1Info_v1_t> for Bar1Info
Source§fn from(value: nvmlVgpuTypeBar1Info_v1_t) -> Self
fn from(value: nvmlVgpuTypeBar1Info_v1_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Bar1Info
impl RefUnwindSafe for Bar1Info
impl Send for Bar1Info
impl Sync for Bar1Info
impl Unpin for Bar1Info
impl UnsafeUnpin for Bar1Info
impl UnwindSafe for Bar1Info
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