#[repr(C)]pub struct DIAGNOSTIC_REPORT_PARAMETER {
pub name: [u16; 129],
pub value: [u16; 260],
}
Fields§
§name: [u16; 129]
§value: [u16; 260]
Trait Implementations§
§impl Clone for DIAGNOSTIC_REPORT_PARAMETER
impl Clone for DIAGNOSTIC_REPORT_PARAMETER
§fn clone(&self) -> DIAGNOSTIC_REPORT_PARAMETER
fn clone(&self) -> DIAGNOSTIC_REPORT_PARAMETER
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 DIAGNOSTIC_REPORT_PARAMETER
impl Debug for DIAGNOSTIC_REPORT_PARAMETER
§impl Default for DIAGNOSTIC_REPORT_PARAMETER
impl Default for DIAGNOSTIC_REPORT_PARAMETER
§impl PartialEq for DIAGNOSTIC_REPORT_PARAMETER
impl PartialEq for DIAGNOSTIC_REPORT_PARAMETER
§fn eq(&self, other: &DIAGNOSTIC_REPORT_PARAMETER) -> bool
fn eq(&self, other: &DIAGNOSTIC_REPORT_PARAMETER) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DIAGNOSTIC_REPORT_PARAMETER
impl Eq for DIAGNOSTIC_REPORT_PARAMETER
impl StructuralPartialEq for DIAGNOSTIC_REPORT_PARAMETER
Auto Trait Implementations§
impl Freeze for DIAGNOSTIC_REPORT_PARAMETER
impl RefUnwindSafe for DIAGNOSTIC_REPORT_PARAMETER
impl Send for DIAGNOSTIC_REPORT_PARAMETER
impl Sync for DIAGNOSTIC_REPORT_PARAMETER
impl Unpin for DIAGNOSTIC_REPORT_PARAMETER
impl UnwindSafe for DIAGNOSTIC_REPORT_PARAMETER
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)