#[repr(C)]pub struct NV_USAGES_INFO_USAGE {
pub bIsPresent: BoolU32,
pub percentage: u32,
pub unknown: [u32; 2],
}Fields§
§bIsPresent: BoolU32§percentage: u32% 0 to 100 usage
unknown: [u32; 2]Implementations§
Trait Implementations§
Source§impl Clone for NV_USAGES_INFO_USAGE
impl Clone for NV_USAGES_INFO_USAGE
Source§fn clone(&self) -> NV_USAGES_INFO_USAGE
fn clone(&self) -> NV_USAGES_INFO_USAGE
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 NV_USAGES_INFO_USAGE
impl Debug for NV_USAGES_INFO_USAGE
impl Copy for NV_USAGES_INFO_USAGE
Auto Trait Implementations§
impl Freeze for NV_USAGES_INFO_USAGE
impl RefUnwindSafe for NV_USAGES_INFO_USAGE
impl Send for NV_USAGES_INFO_USAGE
impl Sync for NV_USAGES_INFO_USAGE
impl Unpin for NV_USAGES_INFO_USAGE
impl UnwindSafe for NV_USAGES_INFO_USAGE
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