#[repr(C)]pub struct ArkUI_AttributeItem {
pub value: *const ArkUI_NumberValue,
pub size: i32,
pub string: *const c_char,
pub object: *mut c_void,
}Available on crate feature
api-12 only.Expand description
Defines the general input parameter structure of the [setAttribute] function.
Available since API-level: 12
Fields§
§value: *const ArkUI_NumberValueNumeric array.
size: i32Size of the numeric array.
string: *const c_charString type.
object: *mut c_voidObject type.
Auto Trait Implementations§
impl Freeze for ArkUI_AttributeItem
impl RefUnwindSafe for ArkUI_AttributeItem
impl !Send for ArkUI_AttributeItem
impl !Sync for ArkUI_AttributeItem
impl Unpin for ArkUI_AttributeItem
impl UnwindSafe for ArkUI_AttributeItem
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