Struct bitbuffer::BigEndian [−][src]
pub struct BigEndian;
Expand description
Marks the buffer or stream as big endian
Trait Implementations
Read the type from stream
unsafe fn read_unchecked(
stream: &mut BitReadStream<'_, BigEndian>,
end: bool
) -> Result<Self>
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Read the type from stream
unsafe fn read_unchecked(
stream: &mut BitReadStream<'_, BigEndian>,
end: bool
) -> Result<Self>
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Read the type from stream
unsafe fn read_unchecked(
stream: &mut BitReadStream<'_, BigEndian>,
end: bool
) -> Result<Self>
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Read the type from stream
unsafe fn read_unchecked(
stream: &mut BitReadStream<'_, BigEndian>,
end: bool
) -> Result<Self>
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Read the type from stream
unsafe fn read_unchecked(
stream: &mut BitReadStream<'_, BigEndian>,
end: bool
) -> Result<Self>
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Auto Trait Implementations
impl RefUnwindSafe for BigEndian
impl UnwindSafe for BigEndian
Blanket Implementations
Mutably borrows from an owned value. Read more