#[repr(C)]pub struct CreationGraphAllOutputsT {
pub version: u64,
pub num_output_node_types: u32,
pub _padding_180: [c_char; 4],
pub output_node_type_hashes: [StrhashT; 32],
pub output_node_type_display_names: [*const c_char; 32],
}
Fields§
§version: u64
§num_output_node_types: u32
§_padding_180: [c_char; 4]
§output_node_type_hashes: [StrhashT; 32]
§output_node_type_display_names: [*const c_char; 32]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreationGraphAllOutputsT
impl RefUnwindSafe for CreationGraphAllOutputsT
impl !Send for CreationGraphAllOutputsT
impl !Sync for CreationGraphAllOutputsT
impl Unpin for CreationGraphAllOutputsT
impl UnwindSafe for CreationGraphAllOutputsT
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