#[repr(C)]pub struct uparam {
pub name: *const c_char,
pub valueType: c_char,
pub valueCount: c_char,
pub value: *const c_void,
pub nbytes: c_int,
}Fields§
§name: *const c_char§valueType: c_char§valueCount: c_char§value: *const c_void§nbytes: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for uparam
impl RefUnwindSafe for uparam
impl !Send for uparam
impl !Sync for uparam
impl Unpin for uparam
impl UnwindSafe for uparam
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