#[repr(C)]pub struct UsageRef {
pub report_type: u32,
pub report_id: u32,
pub field_index: u32,
pub usage_index: u32,
pub usage_code: u32,
pub value: i32,
}
Fields§
§report_type: u32
§report_id: u32
§field_index: u32
§usage_index: u32
§usage_code: u32
§value: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsageRef
impl RefUnwindSafe for UsageRef
impl Send for UsageRef
impl Sync for UsageRef
impl Unpin for UsageRef
impl UnwindSafe for UsageRef
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