Struct redirect::factory::OutputDesc [] [src]

#[repr(C)]
pub struct OutputDesc { pub name: [WCHAR; 32], pub descktop_coordinates: Rect, pub attached_to_desktop: Bool, pub rotation: RotationMode, pub hmonitor: HMONITOR, }

Fields

Trait Implementations

impl Copy for OutputDesc
[src]

impl Clone for OutputDesc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OutputDesc
[src]

[src]

Formats the value using the given formatter.

impl Display for OutputDesc
[src]

[src]

Formats the value using the given formatter. Read more