Struct nvapi_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 Copy for NvSBox
[src]
impl Clone for NvSBox
[src]
fn clone(&self) -> NvSBox
[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