Struct sdl2_sys::SDL_WindowShapeMode [] [src]

#[repr(C)]
pub struct SDL_WindowShapeMode { pub mode: WindowShapeMode, pub parameters: SDL_WindowShapeParams, }

\brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents.

Fields

\brief The mode of these window-shape parameters.

\brief Window-shape parameters.

Trait Implementations

impl Copy for SDL_WindowShapeMode
[src]

impl Clone for SDL_WindowShapeMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more