pub struct RegisterClients<'a> {
pub context: Context,
pub element_header: ElementHeader,
pub client_specs: &'a [ClientSpec],
pub ranges: &'a [Range],
}Expand description
The RegisterClients request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§context: Context§element_header: ElementHeader§client_specs: &'a [ClientSpec]§ranges: &'a [Range]Trait Implementations§
Source§impl<'a> Clone for RegisterClients<'a>
impl<'a> Clone for RegisterClients<'a>
Source§fn clone(&self) -> RegisterClients<'a>
fn clone(&self) -> RegisterClients<'a>
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<'a> Debug for RegisterClients<'a>
impl<'a> Debug for RegisterClients<'a>
Source§impl<'a> RawRequest for RegisterClients<'a>
impl<'a> RawRequest for RegisterClients<'a>
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl<'a> Request for RegisterClients<'a>
impl<'a> Request for RegisterClients<'a>
impl<'a> RequestWithoutReply for RegisterClients<'a>
Auto Trait Implementations§
impl<'a> Freeze for RegisterClients<'a>
impl<'a> RefUnwindSafe for RegisterClients<'a>
impl<'a> Send for RegisterClients<'a>
impl<'a> Sync for RegisterClients<'a>
impl<'a> Unpin for RegisterClients<'a>
impl<'a> UnwindSafe for RegisterClients<'a>
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