#[repr(C)]pub struct ReportInfo {
pub report_type: u32,
pub report_id: u32,
pub num_fields: u32,
}
Fields§
§report_type: u32
§report_id: u32
§num_fields: u32
Trait Implementations§
Source§impl Default for ReportInfo
impl Default for ReportInfo
Source§fn default() -> ReportInfo
fn default() -> ReportInfo
Returns the “default value” for a type. Read more
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