#[repr(transparent)]pub struct SDL_Sandbox(pub c_uint);Expand description
Application sandbox environment.
Available Since: This enum is available since SDL 3.2.0.
Tuple Fields§
§0: c_uintImplementations§
Source§impl SDL_Sandbox
impl SDL_Sandbox
pub const SDL_SANDBOX_NONE: SDL_Sandbox
pub const SDL_SANDBOX_UNKNOWN_CONTAINER: SDL_Sandbox
pub const SDL_SANDBOX_FLATPAK: SDL_Sandbox
pub const SDL_SANDBOX_SNAP: SDL_Sandbox
pub const SDL_SANDBOX_MACOS: SDL_Sandbox
Trait Implementations§
Source§impl Clone for SDL_Sandbox
impl Clone for SDL_Sandbox
Source§fn clone(&self) -> SDL_Sandbox
fn clone(&self) -> SDL_Sandbox
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_Sandbox
impl Debug for SDL_Sandbox
Source§impl Hash for SDL_Sandbox
impl Hash for SDL_Sandbox
Source§impl PartialEq for SDL_Sandbox
impl PartialEq for SDL_Sandbox
impl Copy for SDL_Sandbox
impl Eq for SDL_Sandbox
impl StructuralPartialEq for SDL_Sandbox
Auto Trait Implementations§
impl Freeze for SDL_Sandbox
impl RefUnwindSafe for SDL_Sandbox
impl Send for SDL_Sandbox
impl Sync for SDL_Sandbox
impl Unpin for SDL_Sandbox
impl UnsafeUnpin for SDL_Sandbox
impl UnwindSafe for SDL_Sandbox
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