Enum tensorflow_sys::TF_TString_Type
source · #[repr(i32)]pub enum TF_TString_Type {
TF_TSTR_SMALL,
TF_TSTR_LARGE,
TF_TSTR_OFFSET,
TF_TSTR_VIEW,
}
Variants§
Implementations§
source§impl TF_TString_Type
impl TF_TString_Type
pub const TF_TSTR_TYPE_MASK: TF_TString_Type = TF_TString_Type::TF_TSTR_VIEW
Trait Implementations§
source§impl Clone for TF_TString_Type
impl Clone for TF_TString_Type
source§fn clone(&self) -> TF_TString_Type
fn clone(&self) -> TF_TString_Type
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_Type
impl Debug for TF_TString_Type
source§impl Hash for TF_TString_Type
impl Hash for TF_TString_Type
source§impl PartialEq<TF_TString_Type> for TF_TString_Type
impl PartialEq<TF_TString_Type> for TF_TString_Type
source§fn eq(&self, other: &TF_TString_Type) -> bool
fn eq(&self, other: &TF_TString_Type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TF_TString_Type
impl Eq for TF_TString_Type
impl StructuralEq for TF_TString_Type
impl StructuralPartialEq for TF_TString_Type
Auto Trait Implementations§
impl RefUnwindSafe for TF_TString_Type
impl Send for TF_TString_Type
impl Sync for TF_TString_Type
impl Unpin for TF_TString_Type
impl UnwindSafe for TF_TString_Type
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