pub struct ZigSliceOps;Implementations§
Source§impl ZigSliceOps
impl ZigSliceOps
pub fn len_expr(slice: &str) -> String
pub fn ptr_expr(slice: &str) -> String
pub fn index_expr(slice: &str, idx: &str) -> String
pub fn slice_expr(slice: &str, start: &str, end: &str) -> String
pub fn concat_alloc(alloc: &str, a: &str, b: &str) -> String
pub fn copy(dst: &str, src: &str) -> String
pub fn eql(a: &str, b: &str) -> String
Auto Trait Implementations§
impl Freeze for ZigSliceOps
impl RefUnwindSafe for ZigSliceOps
impl Send for ZigSliceOps
impl Sync for ZigSliceOps
impl Unpin for ZigSliceOps
impl UnsafeUnpin for ZigSliceOps
impl UnwindSafe for ZigSliceOps
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