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