#[repr(C)]pub struct ws {
pub magic: c_uint,
pub id: [c_char; 4],
pub s: *mut c_char,
pub f: *mut c_char,
pub r: *mut c_char,
pub e: *mut c_char,
}Fields§
§magic: c_uint§id: [c_char; 4]§s: *mut c_char§f: *mut c_char§r: *mut c_char§e: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl !Send for ws
impl !Sync for ws
impl Freeze for ws
impl RefUnwindSafe for ws
impl Unpin for ws
impl UnsafeUnpin for ws
impl UnwindSafe for ws
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