Struct x11rb_async::protocol::randr::ChangeProviderPropertyRequest
source · pub struct ChangeProviderPropertyRequest<'input> {
pub provider: u32,
pub property: u32,
pub type_: u32,
pub format: u8,
pub mode: u8,
pub num_items: u32,
pub data: Cow<'input, [u8]>,
}Fields§
§provider: u32§property: u32§type_: u32§format: u8§mode: u8§num_items: u32§data: Cow<'input, [u8]>Implementations§
source§impl<'input> ChangeProviderPropertyRequest<'input>
impl<'input> ChangeProviderPropertyRequest<'input>
Trait Implementations§
source§impl<'input> Clone for ChangeProviderPropertyRequest<'input>
impl<'input> Clone for ChangeProviderPropertyRequest<'input>
source§fn clone(&self) -> ChangeProviderPropertyRequest<'input>
fn clone(&self) -> ChangeProviderPropertyRequest<'input>
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<'input> Debug for ChangeProviderPropertyRequest<'input>
impl<'input> Debug for ChangeProviderPropertyRequest<'input>
source§impl<'input> Default for ChangeProviderPropertyRequest<'input>
impl<'input> Default for ChangeProviderPropertyRequest<'input>
source§fn default() -> ChangeProviderPropertyRequest<'input>
fn default() -> ChangeProviderPropertyRequest<'input>
Returns the “default value” for a type. Read more
source§impl<'input> Hash for ChangeProviderPropertyRequest<'input>
impl<'input> Hash for ChangeProviderPropertyRequest<'input>
source§impl<'input> Ord for ChangeProviderPropertyRequest<'input>
impl<'input> Ord for ChangeProviderPropertyRequest<'input>
source§fn cmp(&self, other: &ChangeProviderPropertyRequest<'input>) -> Ordering
fn cmp(&self, other: &ChangeProviderPropertyRequest<'input>) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'input> PartialEq for ChangeProviderPropertyRequest<'input>
impl<'input> PartialEq for ChangeProviderPropertyRequest<'input>
source§fn eq(&self, other: &ChangeProviderPropertyRequest<'input>) -> bool
fn eq(&self, other: &ChangeProviderPropertyRequest<'input>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'input> PartialOrd for ChangeProviderPropertyRequest<'input>
impl<'input> PartialOrd for ChangeProviderPropertyRequest<'input>
source§fn partial_cmp(
&self,
other: &ChangeProviderPropertyRequest<'input>
) -> Option<Ordering>
fn partial_cmp( &self, other: &ChangeProviderPropertyRequest<'input> ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl<'input> Request for ChangeProviderPropertyRequest<'input>
impl<'input> Request for ChangeProviderPropertyRequest<'input>
impl<'input> Eq for ChangeProviderPropertyRequest<'input>
impl<'input> StructuralEq for ChangeProviderPropertyRequest<'input>
impl<'input> StructuralPartialEq for ChangeProviderPropertyRequest<'input>
impl<'input> VoidRequest for ChangeProviderPropertyRequest<'input>
Auto Trait Implementations§
impl<'input> RefUnwindSafe for ChangeProviderPropertyRequest<'input>
impl<'input> Send for ChangeProviderPropertyRequest<'input>
impl<'input> Sync for ChangeProviderPropertyRequest<'input>
impl<'input> Unpin for ChangeProviderPropertyRequest<'input>
impl<'input> UnwindSafe for ChangeProviderPropertyRequest<'input>
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