#[repr(C)]pub struct ws_list_t {
pub wkid: c_int,
pub path: *mut c_char,
pub wtype: c_int,
pub conid: c_int,
pub ptr: *mut c_void,
pub vp: [f64; 4],
pub name: *mut c_char,
}Fields§
§wkid: c_int§path: *mut c_char§wtype: c_int§conid: c_int§ptr: *mut c_void§vp: [f64; 4]§name: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for ws_list_t
impl RefUnwindSafe for ws_list_t
impl !Send for ws_list_t
impl !Sync for ws_list_t
impl Unpin for ws_list_t
impl UnwindSafe for ws_list_t
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