Struct xcb::randr::OutputChange
[−]
[src]
pub struct OutputChange { pub base: xcb_randr_output_change_t, }
Fields
base: xcb_randr_output_change_t
Methods
impl OutputChange
[src]
fn new(
timestamp: Timestamp,
config_timestamp: Timestamp,
window: Window,
output: Output,
crtc: Crtc,
mode: Mode,
rotation: u16,
connection: u8,
subpixel_order: u8
) -> OutputChange
timestamp: Timestamp,
config_timestamp: Timestamp,
window: Window,
output: Output,
crtc: Crtc,
mode: Mode,
rotation: u16,
connection: u8,
subpixel_order: u8
) -> OutputChange
fn timestamp(&self) -> Timestamp
fn config_timestamp(&self) -> Timestamp
fn window(&self) -> Window
fn output(&self) -> Output
fn crtc(&self) -> Crtc
fn mode(&self) -> Mode
fn rotation(&self) -> u16
fn connection(&self) -> u8
fn subpixel_order(&self) -> u8
Trait Implementations
impl Copy for OutputChange
[src]
impl Clone for OutputChange
[src]
fn clone(&self) -> OutputChange
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more