Struct windows_sys::Win32::Graphics::DirectDraw::SURFACEALIGNMENT
[−]#[repr(C)]pub struct SURFACEALIGNMENT {
pub Anonymous: SURFACEALIGNMENT_0,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
Anonymous: SURFACEALIGNMENT_0
Trait Implementations
impl Clone for SURFACEALIGNMENT
impl Clone for SURFACEALIGNMENT
impl Copy for SURFACEALIGNMENT
Auto Trait Implementations
impl RefUnwindSafe for SURFACEALIGNMENT
impl Send for SURFACEALIGNMENT
impl Sync for SURFACEALIGNMENT
impl Unpin for SURFACEALIGNMENT
impl UnwindSafe for SURFACEALIGNMENT
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