Struct tensorflow_sys::TF_Output
source · #[repr(C)]pub struct TF_Output {
pub oper: *mut TF_Operation,
pub index: c_int,
}
Fields§
§oper: *mut TF_Operation
§index: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TF_Output
impl !Send for TF_Output
impl !Sync for TF_Output
impl Unpin for TF_Output
impl UnwindSafe for TF_Output
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