Struct miniblink_sys::_jsKeys
source · #[repr(C)]pub struct _jsKeys {
pub length: c_uint,
pub keys: *mut *const c_char,
}Fields§
§length: c_uint§keys: *mut *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for _jsKeys
impl RefUnwindSafe for _jsKeys
impl !Send for _jsKeys
impl !Sync for _jsKeys
impl Unpin for _jsKeys
impl UnwindSafe for _jsKeys
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