Struct ChangeOutputPropertyRequest
pub struct ChangeOutputPropertyRequest<'input> {
pub output: u32,
pub property: u32,
pub type_: u32,
pub format: u8,
pub mode: PropMode,
pub num_units: u32,
pub data: Cow<'input, [u8]>,
}
Fields§
§output: u32
§property: u32
§type_: u32
§format: u8
§mode: PropMode
§num_units: u32
§data: Cow<'input, [u8]>
Implementations§
§impl<'input> ChangeOutputPropertyRequest<'input>
impl<'input> ChangeOutputPropertyRequest<'input>
pub fn serialize(
self,
major_opcode: u8,
) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
pub fn serialize( self, major_opcode: u8, ) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
Serialize this request into bytes for the provided connection
pub fn into_owned(self) -> ChangeOutputPropertyRequest<'static>
pub fn into_owned(self) -> ChangeOutputPropertyRequest<'static>
Clone all borrowed data in this ChangeOutputPropertyRequest.
Trait Implementations§
§impl<'input> Clone for ChangeOutputPropertyRequest<'input>
impl<'input> Clone for ChangeOutputPropertyRequest<'input>
§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 more§impl Debug for ChangeOutputPropertyRequest<'_>
impl Debug for ChangeOutputPropertyRequest<'_>
§impl<'input> Default for ChangeOutputPropertyRequest<'input>
impl<'input> Default for ChangeOutputPropertyRequest<'input>
§fn default() -> ChangeOutputPropertyRequest<'input>
fn default() -> ChangeOutputPropertyRequest<'input>
Returns the “default value” for a type. Read more
§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
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
)