#[repr(C)]pub struct UserTaProperty {
pub name: *const c_char,
pub prop_type: UserTaPropType,
pub value: *mut c_void,
}Fields§
§name: *const c_char§prop_type: UserTaPropType§value: *mut c_voidTrait Implementations§
impl Sync for UserTaProperty
Auto Trait Implementations§
impl Freeze for UserTaProperty
impl RefUnwindSafe for UserTaProperty
impl !Send for UserTaProperty
impl Unpin for UserTaProperty
impl UnsafeUnpin for UserTaProperty
impl UnwindSafe for UserTaProperty
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