pub struct Uint32OptReader<'r>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'r> Clone for Uint32OptReader<'r>
impl<'r> Clone for Uint32OptReader<'r>
Source§fn clone(&self) -> Uint32OptReader<'r>
fn clone(&self) -> Uint32OptReader<'r>
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<'r> Debug for Uint32OptReader<'r>
impl<'r> Debug for Uint32OptReader<'r>
Source§impl<'r> Display for Uint32OptReader<'r>
impl<'r> Display for Uint32OptReader<'r>
Source§impl<'r> LowerHex for Uint32OptReader<'r>
impl<'r> LowerHex for Uint32OptReader<'r>
Source§impl<'r> Reader<'r> for Uint32OptReader<'r>
impl<'r> Reader<'r> for Uint32OptReader<'r>
const NAME: &'static str = "Uint32OptReader"
type Entity = Uint32Opt
fn to_entity(&self) -> Self::Entity
fn new_unchecked(slice: &'r [u8]) -> Self
fn as_slice(&self) -> &'r [u8]
fn verify(slice: &[u8], compatible: bool) -> VerificationResult<()>
fn from_slice(slice: &'r [u8]) -> Result<Self, VerificationError>
fn from_compatible_slice(slice: &'r [u8]) -> Result<Self, VerificationError>
impl<'r> Copy for Uint32OptReader<'r>
Auto Trait Implementations§
impl<'r> Freeze for Uint32OptReader<'r>
impl<'r> RefUnwindSafe for Uint32OptReader<'r>
impl<'r> Send for Uint32OptReader<'r>
impl<'r> Sync for Uint32OptReader<'r>
impl<'r> Unpin for Uint32OptReader<'r>
impl<'r> UnwindSafe for Uint32OptReader<'r>
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