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