#[repr(transparent)]pub struct SDL_FlashOperation(pub c_uint);Expand description
Window flash operation.
Available Since: This enum is available since SDL 3.2.0.
Tuple Fields§
§0: c_uintImplementations§
Source§impl SDL_FlashOperation
impl SDL_FlashOperation
Sourcepub const SDL_FLASH_CANCEL: SDL_FlashOperation
pub const SDL_FLASH_CANCEL: SDL_FlashOperation
< Cancel any window flash state
Sourcepub const SDL_FLASH_BRIEFLY: SDL_FlashOperation
pub const SDL_FLASH_BRIEFLY: SDL_FlashOperation
< Flash the window briefly to get attention
Sourcepub const SDL_FLASH_UNTIL_FOCUSED: SDL_FlashOperation
pub const SDL_FLASH_UNTIL_FOCUSED: SDL_FlashOperation
< Flash the window until it gets focus
Trait Implementations§
Source§impl Clone for SDL_FlashOperation
impl Clone for SDL_FlashOperation
Source§fn clone(&self) -> SDL_FlashOperation
fn clone(&self) -> SDL_FlashOperation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SDL_FlashOperation
impl Debug for SDL_FlashOperation
Source§impl Hash for SDL_FlashOperation
impl Hash for SDL_FlashOperation
Source§impl PartialEq for SDL_FlashOperation
impl PartialEq for SDL_FlashOperation
impl Copy for SDL_FlashOperation
impl Eq for SDL_FlashOperation
impl StructuralPartialEq for SDL_FlashOperation
Auto Trait Implementations§
impl Freeze for SDL_FlashOperation
impl RefUnwindSafe for SDL_FlashOperation
impl Send for SDL_FlashOperation
impl Sync for SDL_FlashOperation
impl Unpin for SDL_FlashOperation
impl UnsafeUnpin for SDL_FlashOperation
impl UnwindSafe for SDL_FlashOperation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more