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