#[repr(transparent)]pub struct AbilityRuntime_SupportedWindowMode(pub c_uint);Available on crate features
api-13 and api-17 only.Expand description
Support window mode
Available since API-level: 17
Tuple Fields§
§0: c_uintImplementations§
Source§impl AbilityRuntime_SupportedWindowMode
impl AbilityRuntime_SupportedWindowMode
Sourcepub const ABILITY_RUNTIME_SUPPORTED_WINDOW_MODE_FULL_SCREEN: AbilityRuntime_SupportedWindowMode
pub const ABILITY_RUNTIME_SUPPORTED_WINDOW_MODE_FULL_SCREEN: AbilityRuntime_SupportedWindowMode
Indicates supported window mode of full screen mode
Sourcepub const ABILITY_RUNTIME_SUPPORTED_WINDOW_MODE_SPLIT: AbilityRuntime_SupportedWindowMode
pub const ABILITY_RUNTIME_SUPPORTED_WINDOW_MODE_SPLIT: AbilityRuntime_SupportedWindowMode
Indicates supported window mode of split mode
Sourcepub const ABILITY_RUNTIME_SUPPORTED_WINDOW_MODE_FLOATING: AbilityRuntime_SupportedWindowMode
pub const ABILITY_RUNTIME_SUPPORTED_WINDOW_MODE_FLOATING: AbilityRuntime_SupportedWindowMode
Indicates supported window mode of floating mode
Trait Implementations§
Source§impl Clone for AbilityRuntime_SupportedWindowMode
impl Clone for AbilityRuntime_SupportedWindowMode
Source§fn clone(&self) -> AbilityRuntime_SupportedWindowMode
fn clone(&self) -> AbilityRuntime_SupportedWindowMode
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 PartialEq for AbilityRuntime_SupportedWindowMode
impl PartialEq for AbilityRuntime_SupportedWindowMode
Source§fn eq(&self, other: &AbilityRuntime_SupportedWindowMode) -> bool
fn eq(&self, other: &AbilityRuntime_SupportedWindowMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AbilityRuntime_SupportedWindowMode
impl Eq for AbilityRuntime_SupportedWindowMode
impl StructuralPartialEq for AbilityRuntime_SupportedWindowMode
Auto Trait Implementations§
impl Freeze for AbilityRuntime_SupportedWindowMode
Available on crate feature
api-12 only.impl RefUnwindSafe for AbilityRuntime_SupportedWindowMode
Available on crate feature
api-12 only.impl Send for AbilityRuntime_SupportedWindowMode
Available on crate feature
api-12 only.impl Sync for AbilityRuntime_SupportedWindowMode
Available on crate feature
api-12 only.impl Unpin for AbilityRuntime_SupportedWindowMode
Available on crate feature
api-12 only.impl UnsafeUnpin for AbilityRuntime_SupportedWindowMode
Available on crate feature
api-12 only.impl UnwindSafe for AbilityRuntime_SupportedWindowMode
Available on crate feature
api-12 only.Blanket Implementations§
Source§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.Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§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.