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