#[repr(transparent)]pub struct AbilityRuntime_WindowMode(pub c_uint);Available on crate features
api-13 and api-17 only.Expand description
Window mode.
Available since API-level: 17
Tuple Fields§
§0: c_uintImplementations§
Source§impl AbilityRuntime_WindowMode
impl AbilityRuntime_WindowMode
Sourcepub const ABILITY_RUNTIME_WINDOW_MODE_UNDEFINED: AbilityRuntime_WindowMode
pub const ABILITY_RUNTIME_WINDOW_MODE_UNDEFINED: AbilityRuntime_WindowMode
The window mode is not defined.
Sourcepub const ABILITY_RUNTIME_WINDOW_MODE_FULL_SCREEN: AbilityRuntime_WindowMode
pub const ABILITY_RUNTIME_WINDOW_MODE_FULL_SCREEN: AbilityRuntime_WindowMode
Full screen mode.
Trait Implementations§
Source§impl Clone for AbilityRuntime_WindowMode
impl Clone for AbilityRuntime_WindowMode
Source§fn clone(&self) -> AbilityRuntime_WindowMode
fn clone(&self) -> AbilityRuntime_WindowMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AbilityRuntime_WindowMode
impl Debug for AbilityRuntime_WindowMode
Source§impl Hash for AbilityRuntime_WindowMode
impl Hash for AbilityRuntime_WindowMode
impl Copy for AbilityRuntime_WindowMode
impl Eq for AbilityRuntime_WindowMode
impl StructuralPartialEq for AbilityRuntime_WindowMode
Auto Trait Implementations§
impl Freeze for AbilityRuntime_WindowMode
Available on crate feature
api-12 only.impl RefUnwindSafe for AbilityRuntime_WindowMode
Available on crate feature
api-12 only.impl Send for AbilityRuntime_WindowMode
Available on crate feature
api-12 only.impl Sync for AbilityRuntime_WindowMode
Available on crate feature
api-12 only.impl Unpin for AbilityRuntime_WindowMode
Available on crate feature
api-12 only.impl UnwindSafe for AbilityRuntime_WindowMode
Available on crate feature
api-12 only.Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature api-12 only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature
api-12 only.§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
Available on crate feature api-12 only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on crate feature
api-12 only.§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)