Struct xcb::randr::OutputProperty
source · pub struct OutputProperty { /* private fields */ }
Implementations§
source§impl OutputProperty
impl OutputProperty
sourcepub fn new(
window: Window,
output: Output,
atom: Atom,
timestamp: Timestamp,
status: Property,
) -> OutputProperty
pub fn new( window: Window, output: Output, atom: Atom, timestamp: Timestamp, status: Property, ) -> OutputProperty
Construct a new OutputProperty.
pub fn window(&self) -> Window
pub fn output(&self) -> Output
pub fn atom(&self) -> Atom
pub fn timestamp(&self) -> Timestamp
pub fn status(&self) -> Property
Trait Implementations§
source§impl Clone for OutputProperty
impl Clone for OutputProperty
source§fn clone(&self) -> OutputProperty
fn clone(&self) -> OutputProperty
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OutputProperty
impl Debug for OutputProperty
impl Copy for OutputProperty
Auto Trait Implementations§
impl Freeze for OutputProperty
impl RefUnwindSafe for OutputProperty
impl Send for OutputProperty
impl Sync for OutputProperty
impl Unpin for OutputProperty
impl UnwindSafe for OutputProperty
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)