Struct windows_sys::Win32::Foundation::HLSURF__
[−]#[repr(C)]pub struct HLSURF__ {
pub unused: i32,
}
Expand description
Required features: "Win32_Foundation"
Fields
unused: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HLSURF__
impl Send for HLSURF__
impl Sync for HLSURF__
impl Unpin for HLSURF__
impl UnwindSafe for HLSURF__
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