[−][src]Struct tf_demo_parser::demo::packet::datatable::ClassId
Trait Implementations
impl<_E: Endianness> BitRead<_E> for ClassId
[src]
pub fn read(stream: &mut BitReadStream<_E>) -> Result<Self>
[src]
pub unsafe fn read_unchecked(stream: &mut BitReadStream<_E>) -> Result<Self>
[src]
pub fn bit_size() -> Option<usize>
[src]
pub fn skip(stream: &mut BitReadStream<E>) -> Result<(), ReadError>
[src]
impl Clone for ClassId
[src]
impl Copy for ClassId
[src]
impl Debug for ClassId
[src]
impl Display for ClassId
[src]
impl Eq for ClassId
[src]
impl From<ClassId> for usize
[src]
impl From<u16> for ClassId
[src]
impl FromStr for ClassId
[src]
type Err = ParseError
The associated error which can be returned from parsing.
pub fn from_str(s: &str) -> Result<Self, Self::Err>
[src]
impl Hash for ClassId
[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for ClassId
[src]
pub fn cmp(&self, other: &ClassId) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<ClassId> for ClassId
[src]
impl PartialOrd<ClassId> for ClassId
[src]
pub fn partial_cmp(&self, other: &ClassId) -> Option<Ordering>
[src]
pub fn lt(&self, other: &ClassId) -> bool
[src]
pub fn le(&self, other: &ClassId) -> bool
[src]
pub fn gt(&self, other: &ClassId) -> bool
[src]
pub fn ge(&self, other: &ClassId) -> bool
[src]
impl StructuralEq for ClassId
[src]
impl StructuralPartialEq for ClassId
[src]
Auto Trait Implementations
impl RefUnwindSafe for ClassId
impl Send for ClassId
impl Sync for ClassId
impl Unpin for ClassId
impl UnwindSafe for ClassId
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Parse for T where
T: BitRead<LittleEndian>,
[src]
T: BitRead<LittleEndian>,
pub fn parse(
&mut BitReadStream<LittleEndian>,
&ParserState
) -> Result<T, ParseError>
[src]
&mut BitReadStream<LittleEndian>,
&ParserState
) -> Result<T, ParseError>
impl<T> ParseBitSkip for T where
T: BitRead<LittleEndian>,
[src]
T: BitRead<LittleEndian>,
pub fn parse_skip(&mut BitReadStream<LittleEndian>) -> Result<(), ParseError>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,