#[repr(C)]pub struct WSOldStringPosition {
pub cc: *mut c_uchar,
pub mode: c_int,
pub more: c_int,
pub head: *mut c_uchar,
}Fields§
§cc: *mut c_uchar§mode: c_int§more: c_int§head: *mut c_ucharTrait Implementations§
Source§impl Clone for WSOldStringPosition
impl Clone for WSOldStringPosition
Source§fn clone(&self) -> WSOldStringPosition
fn clone(&self) -> WSOldStringPosition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WSOldStringPosition
Auto Trait Implementations§
impl !Send for WSOldStringPosition
impl !Sync for WSOldStringPosition
impl Freeze for WSOldStringPosition
impl RefUnwindSafe for WSOldStringPosition
impl Unpin for WSOldStringPosition
impl UnsafeUnpin for WSOldStringPosition
impl UnwindSafe for WSOldStringPosition
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