#[repr(C)]pub struct Connection_Resource_s {
pub Connection_Header: Connection_Des_s,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
Connection_Header: Connection_Des_s
Trait Implementations
impl Clone for Connection_Resource_s
impl Clone for Connection_Resource_s
impl Copy for Connection_Resource_s
Auto Trait Implementations
impl RefUnwindSafe for Connection_Resource_s
impl Send for Connection_Resource_s
impl Sync for Connection_Resource_s
impl Unpin for Connection_Resource_s
impl UnwindSafe for Connection_Resource_s
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