#[repr(C)]pub struct Adapter {
pub AdapterName: [u16; 128],
pub numSources: i32,
pub sources: [Sources; 1],
}
Expand description
Required features: ‘Win32_Devices_Display’
Fields
AdapterName: [u16; 128]
numSources: i32
sources: [Sources; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Adapter
impl Send for Adapter
impl Sync for Adapter
impl Unpin for Adapter
impl UnwindSafe for Adapter
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