Struct x11rb_protocol::protocol::randr::SetOutputPrimaryRequest
source · pub struct SetOutputPrimaryRequest {
pub window: Window,
pub output: Output,
}
Fields§
§window: Window
§output: Output
Implementations§
Trait Implementations§
source§impl Clone for SetOutputPrimaryRequest
impl Clone for SetOutputPrimaryRequest
source§fn clone(&self) -> SetOutputPrimaryRequest
fn clone(&self) -> SetOutputPrimaryRequest
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 SetOutputPrimaryRequest
impl Debug for SetOutputPrimaryRequest
source§impl Default for SetOutputPrimaryRequest
impl Default for SetOutputPrimaryRequest
source§fn default() -> SetOutputPrimaryRequest
fn default() -> SetOutputPrimaryRequest
Returns the “default value” for a type. Read more
source§impl Request for SetOutputPrimaryRequest
impl Request for SetOutputPrimaryRequest
impl Copy for SetOutputPrimaryRequest
impl VoidRequest for SetOutputPrimaryRequest
Auto Trait Implementations§
impl Freeze for SetOutputPrimaryRequest
impl RefUnwindSafe for SetOutputPrimaryRequest
impl Send for SetOutputPrimaryRequest
impl Sync for SetOutputPrimaryRequest
impl Unpin for SetOutputPrimaryRequest
impl UnwindSafe for SetOutputPrimaryRequest
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