Struct windows_sys::Win32::Graphics::DirectDraw::IUNKNOWN_LIST
[−]#[repr(C)]pub struct IUNKNOWN_LIST {
pub lpLink: *mut IUNKNOWN_LIST,
pub lpGuid: *mut GUID,
pub lpIUnknown: IUnknown,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
lpLink: *mut IUNKNOWN_LIST
lpGuid: *mut GUID
lpIUnknown: IUnknown
Trait Implementations
impl Clone for IUNKNOWN_LIST
impl Clone for IUNKNOWN_LIST
impl Copy for IUNKNOWN_LIST
Auto Trait Implementations
impl RefUnwindSafe for IUNKNOWN_LIST
impl !Send for IUNKNOWN_LIST
impl !Sync for IUNKNOWN_LIST
impl Unpin for IUNKNOWN_LIST
impl UnwindSafe for IUNKNOWN_LIST
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