#[repr(C)]pub struct EAP_METHOD_PROPERTY_ARRAY {
pub dwNumberOfProperties: u32,
pub pMethodProperty: *mut EAP_METHOD_PROPERTY,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwNumberOfProperties: u32
§pMethodProperty: *mut EAP_METHOD_PROPERTY
Trait Implementations§
§impl Clone for EAP_METHOD_PROPERTY_ARRAY
impl Clone for EAP_METHOD_PROPERTY_ARRAY
impl Copy for EAP_METHOD_PROPERTY_ARRAY
Auto Trait Implementations§
impl RefUnwindSafe for EAP_METHOD_PROPERTY_ARRAY
impl !Send for EAP_METHOD_PROPERTY_ARRAY
impl !Sync for EAP_METHOD_PROPERTY_ARRAY
impl Unpin for EAP_METHOD_PROPERTY_ARRAY
impl UnwindSafe for EAP_METHOD_PROPERTY_ARRAY
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