#[repr(C)]pub struct PCCARD_RESOURCE {
pub PcCard_Header: PCCARD_DES,
}
Expand description
Required features: ‘Win32_Devices_DeviceAndDriverInstallation’
Fields
PcCard_Header: PCCARD_DES
Trait Implementations
impl Clone for PCCARD_RESOURCE
impl Clone for PCCARD_RESOURCE
impl Copy for PCCARD_RESOURCE
Auto Trait Implementations
impl RefUnwindSafe for PCCARD_RESOURCE
impl Send for PCCARD_RESOURCE
impl Sync for PCCARD_RESOURCE
impl Unpin for PCCARD_RESOURCE
impl UnwindSafe for PCCARD_RESOURCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more