pub struct BidsDecoder<P> { /* private fields */ }Implementations§
Source§impl<'a, P> BidsDecoder<P>
impl<'a, P> BidsDecoder<P>
pub fn wrap(self, parent: P) -> Self
Sourcepub fn parent(&mut self) -> SbeResult<P>
pub fn parent(&mut self) -> SbeResult<P>
group token - Token{signal=BEGIN_GROUP, name=‘bids’, referencedName=‘null’, description=‘null’, packageName=‘null’, id=100, version=0, deprecated=0, encodedLength=16, offset=10, componentTokenCount=12, encoding=Encoding{presence=REQUIRED, primitiveType=null, byteOrder=LITTLE_ENDIAN, minValue=null, maxValue=null, nullValue=null, constValue=null, characterEncoding=‘null’, epoch=‘null’, timeUnit=null, semanticType=‘null’}}
pub fn acting_version(&mut self) -> u16
pub fn count(&self) -> u32
Trait Implementations§
Source§impl<'a, P> ActingVersion for BidsDecoder<P>
impl<'a, P> ActingVersion for BidsDecoder<P>
fn acting_version(&self) -> u16
Source§impl<P: Debug> Debug for BidsDecoder<P>
impl<P: Debug> Debug for BidsDecoder<P>
Source§impl<'a, P> Decoder<'a> for BidsDecoder<P>
impl<'a, P> Decoder<'a> for BidsDecoder<P>
Source§impl<P: Default> Default for BidsDecoder<P>
impl<P: Default> Default for BidsDecoder<P>
Source§fn default() -> BidsDecoder<P>
fn default() -> BidsDecoder<P>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<P> Freeze for BidsDecoder<P>where
P: Freeze,
impl<P> RefUnwindSafe for BidsDecoder<P>where
P: RefUnwindSafe,
impl<P> Send for BidsDecoder<P>where
P: Send,
impl<P> Sync for BidsDecoder<P>where
P: Sync,
impl<P> Unpin for BidsDecoder<P>where
P: Unpin,
impl<P> UnsafeUnpin for BidsDecoder<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for BidsDecoder<P>where
P: UnwindSafe,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more