Struct nvapi_hi::sys::types::NvSBox
[−]
[src]
#[repr(C)]pub struct NvSBox { pub sX: i32, pub sY: i32, pub sWidth: i32, pub sHeight: i32, }
Fields
sX: i32
sY: i32
sWidth: i32
sHeight: i32
Methods
impl NvSBox
[src]
Trait Implementations
impl Debug for NvSBox
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more