Struct xcb::randr::ProviderProperty
source · pub struct ProviderProperty { /* private fields */ }
Implementations§
source§impl ProviderProperty
impl ProviderProperty
sourcepub fn new(
window: Window,
provider: Provider,
atom: Atom,
timestamp: Timestamp,
state: u8,
) -> ProviderProperty
pub fn new( window: Window, provider: Provider, atom: Atom, timestamp: Timestamp, state: u8, ) -> ProviderProperty
Construct a new ProviderProperty.
pub fn window(&self) -> Window
pub fn provider(&self) -> Provider
pub fn atom(&self) -> Atom
pub fn timestamp(&self) -> Timestamp
pub fn state(&self) -> u8
Trait Implementations§
source§impl Clone for ProviderProperty
impl Clone for ProviderProperty
source§fn clone(&self) -> ProviderProperty
fn clone(&self) -> ProviderProperty
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 ProviderProperty
impl Debug for ProviderProperty
impl Copy for ProviderProperty
Auto Trait Implementations§
impl Freeze for ProviderProperty
impl RefUnwindSafe for ProviderProperty
impl Send for ProviderProperty
impl Sync for ProviderProperty
impl Unpin for ProviderProperty
impl UnwindSafe for ProviderProperty
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
)