#[repr(C)]pub struct NSIParam {
pub name: *const c_char,
pub data: *const c_void,
pub type_: c_int,
pub arraylength: c_int,
pub count: usize,
pub flags: c_int,
}Fields§
§name: *const c_char§data: *const c_void§type_: c_int§arraylength: c_int§count: usize§flags: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for NSIParam
impl RefUnwindSafe for NSIParam
impl !Send for NSIParam
impl !Sync for NSIParam
impl Unpin for NSIParam
impl UnwindSafe for NSIParam
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