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