Struct GetOutputPropertyRequest
pub struct GetOutputPropertyRequest {
pub output: u32,
pub property: u32,
pub type_: u32,
pub long_offset: u32,
pub long_length: u32,
pub delete: bool,
pub pending: bool,
}
Fields§
§output: u32
§property: u32
§type_: u32
§long_offset: u32
§long_length: u32
§delete: bool
§pending: bool
Implementations§
Trait Implementations§
§impl Clone for GetOutputPropertyRequest
impl Clone for GetOutputPropertyRequest
§fn clone(&self) -> GetOutputPropertyRequest
fn clone(&self) -> GetOutputPropertyRequest
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 GetOutputPropertyRequest
impl Debug for GetOutputPropertyRequest
§impl Default for GetOutputPropertyRequest
impl Default for GetOutputPropertyRequest
§fn default() -> GetOutputPropertyRequest
fn default() -> GetOutputPropertyRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetOutputPropertyRequest
impl ReplyRequest for GetOutputPropertyRequest
§type Reply = GetOutputPropertyReply
type Reply = GetOutputPropertyReply
The kind of reply that this request generates.
§impl Request for GetOutputPropertyRequest
impl Request for GetOutputPropertyRequest
impl Copy for GetOutputPropertyRequest
Auto Trait Implementations§
impl Freeze for GetOutputPropertyRequest
impl RefUnwindSafe for GetOutputPropertyRequest
impl Send for GetOutputPropertyRequest
impl Sync for GetOutputPropertyRequest
impl Unpin for GetOutputPropertyRequest
impl UnwindSafe for GetOutputPropertyRequest
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
)