#[repr(C)]pub struct ZL_CompressorDeserializer_Dependencies {
pub graph_names: *const *const c_char,
pub num_graphs: usize,
pub node_names: *const *const c_char,
pub num_nodes: usize,
}Expand description
Doesn’t own any memory.
Fields§
§graph_names: *const *const c_char§num_graphs: usize§node_names: *const *const c_char§num_nodes: usizeTrait Implementations§
Source§impl Clone for ZL_CompressorDeserializer_Dependencies
impl Clone for ZL_CompressorDeserializer_Dependencies
Source§fn clone(&self) -> ZL_CompressorDeserializer_Dependencies
fn clone(&self) -> ZL_CompressorDeserializer_Dependencies
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 moreimpl Copy for ZL_CompressorDeserializer_Dependencies
Auto Trait Implementations§
impl Freeze for ZL_CompressorDeserializer_Dependencies
impl RefUnwindSafe for ZL_CompressorDeserializer_Dependencies
impl !Send for ZL_CompressorDeserializer_Dependencies
impl !Sync for ZL_CompressorDeserializer_Dependencies
impl Unpin for ZL_CompressorDeserializer_Dependencies
impl UnwindSafe for ZL_CompressorDeserializer_Dependencies
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