Struct windows_sys::Win32::Graphics::DirectDraw::DD32BITDRIVERDATA
[−]#[repr(C)]pub struct DD32BITDRIVERDATA {
pub szName: [CHAR; 260],
pub szEntryPoint: [CHAR; 64],
pub dwContext: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
szName: [CHAR; 260]
szEntryPoint: [CHAR; 64]
dwContext: u32
Trait Implementations
impl Clone for DD32BITDRIVERDATA
impl Clone for DD32BITDRIVERDATA
impl Copy for DD32BITDRIVERDATA
Auto Trait Implementations
impl RefUnwindSafe for DD32BITDRIVERDATA
impl Send for DD32BITDRIVERDATA
impl Sync for DD32BITDRIVERDATA
impl Unpin for DD32BITDRIVERDATA
impl UnwindSafe for DD32BITDRIVERDATA
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