Struct xcb::randr::CrtcChange
[−]
[src]
pub struct CrtcChange {
pub base: xcb_randr_crtc_change_t,
}Fields
base: xcb_randr_crtc_change_t
Methods
impl CrtcChange[src]
fn new(
timestamp: Timestamp,
window: Window,
crtc: Crtc,
mode: Mode,
rotation: u16,
x: i16,
y: i16,
width: u16,
height: u16
) -> CrtcChange
timestamp: Timestamp,
window: Window,
crtc: Crtc,
mode: Mode,
rotation: u16,
x: i16,
y: i16,
width: u16,
height: u16
) -> CrtcChange
fn timestamp(&self) -> Timestamp
fn window(&self) -> Window
fn crtc(&self) -> Crtc
fn mode(&self) -> Mode
fn rotation(&self) -> u16
fn x(&self) -> i16
fn y(&self) -> i16
fn width(&self) -> u16
fn height(&self) -> u16
Trait Implementations
impl Copy for CrtcChange[src]
impl Clone for CrtcChange[src]
fn clone(&self) -> CrtcChange
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