Struct windows_sys::Win32::System::AddressBook::SPropProblemArray
[−]#[repr(C)]pub struct SPropProblemArray {
pub cProblem: u32,
pub aProblem: [SPropProblem; 1],
}
Expand description
Required features: "Win32_System_AddressBook"
Fields
cProblem: u32
aProblem: [SPropProblem; 1]
Trait Implementations
impl Clone for SPropProblemArray
impl Clone for SPropProblemArray
impl Copy for SPropProblemArray
Auto Trait Implementations
impl RefUnwindSafe for SPropProblemArray
impl Send for SPropProblemArray
impl Sync for SPropProblemArray
impl Unpin for SPropProblemArray
impl UnwindSafe for SPropProblemArray
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more