#[repr(C)]pub struct dm_report_field_reserved_value {
pub field_num: u32,
pub value: *const c_void,
}Fields§
§field_num: u32§value: *const c_voidTrait Implementations§
Source§impl Clone for dm_report_field_reserved_value
impl Clone for dm_report_field_reserved_value
Source§fn clone(&self) -> dm_report_field_reserved_value
fn clone(&self) -> dm_report_field_reserved_value
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 moreimpl Copy for dm_report_field_reserved_value
Auto Trait Implementations§
impl Freeze for dm_report_field_reserved_value
impl RefUnwindSafe for dm_report_field_reserved_value
impl !Send for dm_report_field_reserved_value
impl !Sync for dm_report_field_reserved_value
impl Unpin for dm_report_field_reserved_value
impl UnwindSafe for dm_report_field_reserved_value
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