Struct x11rb_protocol::protocol::randr::ListOutputPropertiesRequest
source · pub struct ListOutputPropertiesRequest {
pub output: Output,
}
Fields§
§output: Output
Implementations§
Trait Implementations§
source§impl Clone for ListOutputPropertiesRequest
impl Clone for ListOutputPropertiesRequest
source§fn clone(&self) -> ListOutputPropertiesRequest
fn clone(&self) -> ListOutputPropertiesRequest
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 ListOutputPropertiesRequest
impl Debug for ListOutputPropertiesRequest
source§impl Default for ListOutputPropertiesRequest
impl Default for ListOutputPropertiesRequest
source§fn default() -> ListOutputPropertiesRequest
fn default() -> ListOutputPropertiesRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for ListOutputPropertiesRequest
impl ReplyRequest for ListOutputPropertiesRequest
§type Reply = ListOutputPropertiesReply
type Reply = ListOutputPropertiesReply
The kind of reply that this request generates.
impl Copy for ListOutputPropertiesRequest
Auto Trait Implementations§
impl Freeze for ListOutputPropertiesRequest
impl RefUnwindSafe for ListOutputPropertiesRequest
impl Send for ListOutputPropertiesRequest
impl Sync for ListOutputPropertiesRequest
impl Unpin for ListOutputPropertiesRequest
impl UnwindSafe for ListOutputPropertiesRequest
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