Struct xcb::randr::OutputProperty
[−]
[src]
pub struct OutputProperty {
pub base: xcb_randr_output_property_t,
}Fields
base: xcb_randr_output_property_t
Methods
impl OutputProperty[src]
fn new(
window: Window,
output: Output,
atom: Atom,
timestamp: Timestamp,
status: u8
) -> OutputProperty
window: Window,
output: Output,
atom: Atom,
timestamp: Timestamp,
status: u8
) -> OutputProperty
fn window(&self) -> Window
fn output(&self) -> Output
fn atom(&self) -> Atom
fn timestamp(&self) -> Timestamp
fn status(&self) -> u8
Trait Implementations
impl Copy for OutputProperty[src]
impl Clone for OutputProperty[src]
fn clone(&self) -> OutputProperty
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