#[repr(C)]pub struct xcb_list_properties_cookie_t {
pub sequence: c_uint,
}
Expand description
The cookie for the reply to a ListProperties
request.
Pass this cookie to xcb_list_properties_reply
to retrieve the reply.
Fields§
§sequence: c_uint
The sequence number of the request.
Trait Implementations§
Source§fn clone(&self) -> xcb_list_properties_cookie_t
fn clone(&self) -> xcb_list_properties_cookie_t
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 moreAuto Trait Implementations§
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