#[repr(C)]pub struct ZL_SetStringLensInstructions {
pub stringLens: *const u32,
pub nbStrings: usize,
}Fields§
§stringLens: *const u32§nbStrings: usizeTrait Implementations§
Source§impl Clone for ZL_SetStringLensInstructions
impl Clone for ZL_SetStringLensInstructions
Source§fn clone(&self) -> ZL_SetStringLensInstructions
fn clone(&self) -> ZL_SetStringLensInstructions
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_SetStringLensInstructions
impl Debug for ZL_SetStringLensInstructions
impl Copy for ZL_SetStringLensInstructions
Auto Trait Implementations§
impl Freeze for ZL_SetStringLensInstructions
impl RefUnwindSafe for ZL_SetStringLensInstructions
impl !Send for ZL_SetStringLensInstructions
impl !Sync for ZL_SetStringLensInstructions
impl Unpin for ZL_SetStringLensInstructions
impl UnwindSafe for ZL_SetStringLensInstructions
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