pub struct InputReportReasonFake {}Expand description
Trait Implementations§
Source§impl Clone for InputReportReasonFake
impl Clone for InputReportReasonFake
Source§fn clone(&self) -> InputReportReasonFake
fn clone(&self) -> InputReportReasonFake
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 InputReportReasonFake
impl Debug for InputReportReasonFake
Source§impl Deserializable for InputReportReasonFake
impl Deserializable for InputReportReasonFake
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<InputReportReasonFake> for ReportReason
impl From<InputReportReasonFake> for ReportReason
Source§fn from(_x: InputReportReasonFake) -> Self
fn from(_x: InputReportReasonFake) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputReportReasonFake
impl Identifiable for InputReportReasonFake
Source§const CONSTRUCTOR_ID: u32 = 0xf5ddd6e7
const CONSTRUCTOR_ID: u32 = 0xf5ddd6e7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputReportReasonFake
impl PartialEq for InputReportReasonFake
Source§impl Serializable for InputReportReasonFake
impl Serializable for InputReportReasonFake
impl StructuralPartialEq for InputReportReasonFake
Auto Trait Implementations§
impl Freeze for InputReportReasonFake
impl RefUnwindSafe for InputReportReasonFake
impl Send for InputReportReasonFake
impl Sync for InputReportReasonFake
impl Unpin for InputReportReasonFake
impl UnsafeUnpin for InputReportReasonFake
impl UnwindSafe for InputReportReasonFake
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