Struct x11rb_protocol::protocol::randr::ChangeOutputPropertyRequest
source · pub struct ChangeOutputPropertyRequest<'input> {
pub output: Output,
pub property: Atom,
pub type_: Atom,
pub format: u8,
pub mode: PropMode,
pub num_units: u32,
pub data: Cow<'input, [u8]>,
}
Fields§
§output: Output
§property: Atom
§type_: Atom
§format: u8
§mode: PropMode
§num_units: u32
§data: Cow<'input, [u8]>
Implementations§
source§impl<'input> ChangeOutputPropertyRequest<'input>
impl<'input> ChangeOutputPropertyRequest<'input>
sourcepub fn serialize(self, major_opcode: u8) -> BufWithFds<[Cow<'input, [u8]>; 3]>
pub fn serialize(self, major_opcode: u8) -> BufWithFds<[Cow<'input, [u8]>; 3]>
Serialize this request into bytes for the provided connection
sourcepub fn into_owned(self) -> ChangeOutputPropertyRequest<'static>
pub fn into_owned(self) -> ChangeOutputPropertyRequest<'static>
Clone all borrowed data in this ChangeOutputPropertyRequest.
Trait Implementations§
source§impl<'input> Clone for ChangeOutputPropertyRequest<'input>
impl<'input> Clone for ChangeOutputPropertyRequest<'input>
source§fn clone(&self) -> ChangeOutputPropertyRequest<'input>
fn clone(&self) -> ChangeOutputPropertyRequest<'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 Debug for ChangeOutputPropertyRequest<'_>
impl Debug for ChangeOutputPropertyRequest<'_>
source§impl<'input> Default for ChangeOutputPropertyRequest<'input>
impl<'input> Default for ChangeOutputPropertyRequest<'input>
source§fn default() -> ChangeOutputPropertyRequest<'input>
fn default() -> ChangeOutputPropertyRequest<'input>
Returns the “default value” for a type. Read more
source§impl<'input> Request for ChangeOutputPropertyRequest<'input>
impl<'input> Request for ChangeOutputPropertyRequest<'input>
impl<'input> VoidRequest for ChangeOutputPropertyRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for ChangeOutputPropertyRequest<'input>
impl<'input> RefUnwindSafe for ChangeOutputPropertyRequest<'input>
impl<'input> Send for ChangeOutputPropertyRequest<'input>
impl<'input> Sync for ChangeOutputPropertyRequest<'input>
impl<'input> Unpin for ChangeOutputPropertyRequest<'input>
impl<'input> UnwindSafe for ChangeOutputPropertyRequest<'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