pub struct InputReportReasonOther {}Expand description
Trait Implementations§
Source§impl Clone for InputReportReasonOther
impl Clone for InputReportReasonOther
Source§fn clone(&self) -> InputReportReasonOther
fn clone(&self) -> InputReportReasonOther
Returns a duplicate 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 InputReportReasonOther
impl Debug for InputReportReasonOther
Source§impl Deserializable for InputReportReasonOther
impl Deserializable for InputReportReasonOther
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<InputReportReasonOther> for ReportReason
impl From<InputReportReasonOther> for ReportReason
Source§fn from(_x: InputReportReasonOther) -> Self
fn from(_x: InputReportReasonOther) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputReportReasonOther
impl Identifiable for InputReportReasonOther
Source§const CONSTRUCTOR_ID: u32 = 0xc1e4a2b1
const CONSTRUCTOR_ID: u32 = 0xc1e4a2b1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputReportReasonOther
impl PartialEq for InputReportReasonOther
impl StructuralPartialEq for InputReportReasonOther
Auto Trait Implementations§
impl Freeze for InputReportReasonOther
impl RefUnwindSafe for InputReportReasonOther
impl Send for InputReportReasonOther
impl Sync for InputReportReasonOther
impl Unpin for InputReportReasonOther
impl UnsafeUnpin for InputReportReasonOther
impl UnwindSafe for InputReportReasonOther
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