Struct tensorflow_sys::TF_Input
source · #[repr(C)]pub struct TF_Input {
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_Input
impl !Send for TF_Input
impl !Sync for TF_Input
impl Unpin for TF_Input
impl UnwindSafe for TF_Input
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