#[repr(C)]pub struct ZL_WCursor {
pub wb: ZL_WBuffer,
pub pos: usize,
}Fields§
§wb: ZL_WBuffer§pos: usizeTrait Implementations§
Source§impl Clone for ZL_WCursor
impl Clone for ZL_WCursor
Source§fn clone(&self) -> ZL_WCursor
fn clone(&self) -> ZL_WCursor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZL_WCursor
impl Debug for ZL_WCursor
impl Copy for ZL_WCursor
Auto Trait Implementations§
impl Freeze for ZL_WCursor
impl RefUnwindSafe for ZL_WCursor
impl !Send for ZL_WCursor
impl !Sync for ZL_WCursor
impl Unpin for ZL_WCursor
impl UnwindSafe for ZL_WCursor
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