Struct windows_sys::Win32::Devices::Tapi::STnefProblemArray
#[repr(C)]pub struct STnefProblemArray {
pub cProblem: u32,
pub aProblem: [STnefProblem; 1],
}
Fields§
§cProblem: u32
§aProblem: [STnefProblem; 1]
Trait Implementations§
§impl Clone for STnefProblemArray
impl Clone for STnefProblemArray
impl Copy for STnefProblemArray
Auto Trait Implementations§
impl RefUnwindSafe for STnefProblemArray
impl Send for STnefProblemArray
impl Sync for STnefProblemArray
impl Unpin for STnefProblemArray
impl UnwindSafe for STnefProblemArray
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