Struct DIAGNOSTIC_REPORT_PARAMETER
#[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 moreimpl Copy 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