Struct tensorflow_sys::TF_TString_Large
source · #[repr(C)]pub struct TF_TString_Large {
pub size: usize,
pub cap: usize,
pub ptr: *mut c_char,
}
Fields§
§size: usize
§cap: usize
§ptr: *mut c_char
Trait Implementations§
source§impl Clone for TF_TString_Large
impl Clone for TF_TString_Large
source§fn clone(&self) -> TF_TString_Large
fn clone(&self) -> TF_TString_Large
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TF_TString_Large
impl Debug for TF_TString_Large
impl Copy for TF_TString_Large
Auto Trait Implementations§
impl RefUnwindSafe for TF_TString_Large
impl !Send for TF_TString_Large
impl !Sync for TF_TString_Large
impl Unpin for TF_TString_Large
impl UnwindSafe for TF_TString_Large
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