#[repr(C)]pub struct ZL_DispatchInstructions {
pub segmentSizes: *const usize,
pub tags: *const c_uint,
pub nbSegments: usize,
pub nbTags: c_uint,
}Fields§
§segmentSizes: *const usize§nbSegments: usize§nbTags: c_uintTrait Implementations§
Source§impl Clone for ZL_DispatchInstructions
impl Clone for ZL_DispatchInstructions
Source§fn clone(&self) -> ZL_DispatchInstructions
fn clone(&self) -> ZL_DispatchInstructions
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_DispatchInstructions
impl Debug for ZL_DispatchInstructions
impl Copy for ZL_DispatchInstructions
Auto Trait Implementations§
impl Freeze for ZL_DispatchInstructions
impl RefUnwindSafe for ZL_DispatchInstructions
impl !Send for ZL_DispatchInstructions
impl !Sync for ZL_DispatchInstructions
impl Unpin for ZL_DispatchInstructions
impl UnwindSafe for ZL_DispatchInstructions
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