pub struct SetDashes<'a> {
pub gc: Gcontext,
pub dash_offset: u16,
pub dashes: &'a [u8],
}
Expand description
The SetDashes
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§gc: Gcontext
§dash_offset: u16
§dashes: &'a [u8]
Trait Implementations§
source§impl<'a> RawRequest for SetDashes<'a>
impl<'a> RawRequest for SetDashes<'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
impl<'a> RequestWithoutReply for SetDashes<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetDashes<'a>
impl<'a> RefUnwindSafe for SetDashes<'a>
impl<'a> Send for SetDashes<'a>
impl<'a> Sync for SetDashes<'a>
impl<'a> Unpin for SetDashes<'a>
impl<'a> UnwindSafe for SetDashes<'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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)