#[repr(C)]pub struct SubGraphT {
pub tensors: vector,
pub inputs: vector,
pub outputs: vector,
pub operators: vector,
pub name: string,
}Fields§
§tensors: vector§inputs: vector§outputs: vector§operators: vector§name: stringTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SubGraphT
impl !Send for SubGraphT
impl !Sync for SubGraphT
impl Freeze for SubGraphT
impl Unpin for SubGraphT
impl UnsafeUnpin for SubGraphT
impl UnwindSafe for SubGraphT
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