Struct nvapi_hi::sys::NV_RECT
[−]
[src]
#[repr(C)]pub struct NV_RECT { pub left: u32, pub top: u32, pub right: u32, pub bottom: u32, }
Fields
left: u32
top: u32
right: u32
bottom: u32
Methods
impl NV_RECT
[src]
Trait Implementations
impl Debug for NV_RECT
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more