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_Operationindex: c_intTrait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more