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