Struct ReportInfo
pub struct ReportInfo {
pub report_type: ReportType,
pub report_id: u8,
pub len: usize,
}
Fields§
§report_type: ReportType
§report_id: u8
§len: usize
Trait Implementations§
§impl Clone for ReportInfo
impl Clone for ReportInfo
§fn clone(&self) -> ReportInfo
fn clone(&self) -> ReportInfo
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 ReportInfo
impl Debug for ReportInfo
§impl Format for ReportInfowhere
ReportType: Format,
impl Format for ReportInfowhere
ReportType: Format,
impl Copy for ReportInfo
Auto Trait Implementations§
impl Freeze for ReportInfo
impl RefUnwindSafe for ReportInfo
impl Send for ReportInfo
impl Sync for ReportInfo
impl Unpin for ReportInfo
impl UnwindSafe for ReportInfo
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