#[repr(transparent)]pub struct ArkUI_ExpandMode(pub c_uint);Available on crate features
api-12 and api-15 only.Expand description
Enumerates the expand modes.
Available since API-level: 15
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_ExpandMode
impl ArkUI_ExpandMode
Sourcepub const ARKUI_NOT_EXPAND: ArkUI_ExpandMode
pub const ARKUI_NOT_EXPAND: ArkUI_ExpandMode
Not expand.
Sourcepub const ARKUI_EXPAND: ArkUI_ExpandMode
pub const ARKUI_EXPAND: ArkUI_ExpandMode
Expand.
Sourcepub const ARKUI_LAZY_EXPAND: ArkUI_ExpandMode
pub const ARKUI_LAZY_EXPAND: ArkUI_ExpandMode
Lazy expand. Expand the children of node if needed.
Trait Implementations§
Source§impl Clone for ArkUI_ExpandMode
impl Clone for ArkUI_ExpandMode
Source§fn clone(&self) -> ArkUI_ExpandMode
fn clone(&self) -> ArkUI_ExpandMode
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 ArkUI_ExpandMode
impl Debug for ArkUI_ExpandMode
Source§impl Hash for ArkUI_ExpandMode
impl Hash for ArkUI_ExpandMode
Source§impl PartialEq for ArkUI_ExpandMode
impl PartialEq for ArkUI_ExpandMode
impl Copy for ArkUI_ExpandMode
impl Eq for ArkUI_ExpandMode
impl StructuralPartialEq for ArkUI_ExpandMode
Auto Trait Implementations§
impl Freeze for ArkUI_ExpandMode
impl RefUnwindSafe for ArkUI_ExpandMode
impl Send for ArkUI_ExpandMode
impl Sync for ArkUI_ExpandMode
impl Unpin for ArkUI_ExpandMode
impl UnwindSafe for ArkUI_ExpandMode
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§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,
impl<T> CloneToUninit for Twhere
T: Clone,
§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)