Struct SetDashesRequest
pub struct SetDashesRequest<'input> {
pub gc: u32,
pub dash_offset: u16,
pub dashes: Cow<'input, [u8]>,
}
Fields§
§gc: u32
§dash_offset: u16
§dashes: Cow<'input, [u8]>
Implementations§
§impl<'input> SetDashesRequest<'input>
impl<'input> SetDashesRequest<'input>
pub fn serialize(self) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
pub fn serialize(self) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
Serialize this request into bytes for the provided connection
pub fn into_owned(self) -> SetDashesRequest<'static>
pub fn into_owned(self) -> SetDashesRequest<'static>
Clone all borrowed data in this SetDashesRequest.
Trait Implementations§
§impl<'input> Clone for SetDashesRequest<'input>
impl<'input> Clone for SetDashesRequest<'input>
§fn clone(&self) -> SetDashesRequest<'input>
fn clone(&self) -> SetDashesRequest<'input>
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 more§impl Debug for SetDashesRequest<'_>
impl Debug for SetDashesRequest<'_>
§impl<'input> Default for SetDashesRequest<'input>
impl<'input> Default for SetDashesRequest<'input>
§fn default() -> SetDashesRequest<'input>
fn default() -> SetDashesRequest<'input>
Returns the “default value” for a type. Read more
§impl<'input> Request for SetDashesRequest<'input>
impl<'input> Request for SetDashesRequest<'input>
impl<'input> VoidRequest for SetDashesRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for SetDashesRequest<'input>
impl<'input> RefUnwindSafe for SetDashesRequest<'input>
impl<'input> Send for SetDashesRequest<'input>
impl<'input> Sync for SetDashesRequest<'input>
impl<'input> Unpin for SetDashesRequest<'input>
impl<'input> UnwindSafe for SetDashesRequest<'input>
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
)