#[repr(C)]pub struct AbilityBase_Element {
pub bundleName: *mut c_char,
pub moduleName: *mut c_char,
pub abilityName: *mut c_char,
}Available on crate feature
api-15 only.Expand description
Indicates information of element.
Available since API-level: 15
Fields§
§bundleName: *mut c_charIndicates the name of application.
moduleName: *mut c_charIndicates the name of module.
abilityName: *mut c_charIndicates the name of ability.
Trait Implementations§
Source§impl Clone for AbilityBase_Element
impl Clone for AbilityBase_Element
Source§fn clone(&self) -> AbilityBase_Element
fn clone(&self) -> AbilityBase_Element
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AbilityBase_Element
impl Debug for AbilityBase_Element
impl Copy for AbilityBase_Element
Auto Trait Implementations§
impl Freeze for AbilityBase_Element
Available on crate feature
api-12 only.impl RefUnwindSafe for AbilityBase_Element
Available on crate feature
api-12 only.impl !Send for AbilityBase_Element
Available on crate feature
api-12 only.impl !Sync for AbilityBase_Element
Available on crate feature
api-12 only.impl Unpin for AbilityBase_Element
Available on crate feature
api-12 only.impl UnsafeUnpin for AbilityBase_Element
Available on crate feature
api-12 only.impl UnwindSafe for AbilityBase_Element
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.