Struct tipb::ChunkMemoryLayout[][src]

pub struct ChunkMemoryLayout {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ChunkMemoryLayout[src]

pub fn new() -> ChunkMemoryLayout[src]

pub fn get_endian(&self) -> Endian[src]

pub fn clear_endian(&mut self)[src]

pub fn has_endian(&self) -> bool[src]

pub fn set_endian(&mut self, v: Endian)[src]

Trait Implementations

impl Clear for ChunkMemoryLayout[src]

impl Clone for ChunkMemoryLayout[src]

impl Debug for ChunkMemoryLayout[src]

impl Default for ChunkMemoryLayout[src]

impl<'a> Default for &'a ChunkMemoryLayout[src]

impl Message for ChunkMemoryLayout[src]

impl PartialEq<ChunkMemoryLayout> for ChunkMemoryLayout[src]

impl PbPrint for ChunkMemoryLayout[src]

impl ProtobufValue for ChunkMemoryLayout[src]

impl StructuralPartialEq for ChunkMemoryLayout[src]

Auto Trait Implementations

impl RefUnwindSafe for ChunkMemoryLayout

impl Send for ChunkMemoryLayout

impl Sync for ChunkMemoryLayout

impl Unpin for ChunkMemoryLayout

impl UnwindSafe for ChunkMemoryLayout

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.