#[repr(C)]pub struct Property {
pub name: *const c_char,
pub ty: PropertyType,
pub value: PropertyValue,
}Expand description
Property structure.
Fields§
§name: *const c_charName of property
ty: PropertyTypeType of property
value: PropertyValueValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Property
impl RefUnwindSafe for Property
impl !Send for Property
impl !Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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