Struct nvapi_sys::types::NV_RECT [] [src]

#[repr(C)]
pub struct NV_RECT { pub left: u32, pub top: u32, pub right: u32, pub bottom: u32, }

Fields

Methods

impl NV_RECT
[src]

[src]

Trait Implementations

impl Copy for NV_RECT
[src]

impl Clone for NV_RECT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NV_RECT
[src]

[src]

Formats the value using the given formatter. Read more