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