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