#[repr(C)]pub struct SmProp {
pub name: *mut c_char,
pub type_: *mut c_char,
pub num_vals: c_int,
pub vals: *mut SmPropValue,
}Fields§
§name: *mut c_char§type_: *mut c_char§num_vals: c_int§vals: *mut SmPropValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for SmProp
impl RefUnwindSafe for SmProp
impl !Send for SmProp
impl !Sync for SmProp
impl Unpin for SmProp
impl UnwindSafe for SmProp
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