pub struct TArrayTypeEntry {
pub object_type_ptr: TTypeEntryPtr,
}
Fields§
§object_type_ptr: TTypeEntryPtr
Implementations§
Source§impl TArrayTypeEntry
impl TArrayTypeEntry
pub fn new(object_type_ptr: TTypeEntryPtr) -> TArrayTypeEntry
Trait Implementations§
Source§impl Clone for TArrayTypeEntry
impl Clone for TArrayTypeEntry
Source§fn clone(&self) -> TArrayTypeEntry
fn clone(&self) -> TArrayTypeEntry
Returns a duplicate 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 TArrayTypeEntry
impl Debug for TArrayTypeEntry
Source§impl Hash for TArrayTypeEntry
impl Hash for TArrayTypeEntry
Source§impl Ord for TArrayTypeEntry
impl Ord for TArrayTypeEntry
Source§fn cmp(&self, other: &TArrayTypeEntry) -> Ordering
fn cmp(&self, other: &TArrayTypeEntry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TArrayTypeEntry
impl PartialEq for TArrayTypeEntry
Source§impl PartialOrd for TArrayTypeEntry
impl PartialOrd for TArrayTypeEntry
Source§impl TSerializable for TArrayTypeEntry
impl TSerializable for TArrayTypeEntry
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TArrayTypeEntry>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TArrayTypeEntry
impl StructuralPartialEq for TArrayTypeEntry
Auto Trait Implementations§
impl Freeze for TArrayTypeEntry
impl RefUnwindSafe for TArrayTypeEntry
impl Send for TArrayTypeEntry
impl Sync for TArrayTypeEntry
impl Unpin for TArrayTypeEntry
impl UnwindSafe for TArrayTypeEntry
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