#[repr(transparent)]pub struct StreamOffset(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for StreamOffset
impl Clone for StreamOffset
Source§fn clone(&self) -> StreamOffset
fn clone(&self) -> StreamOffset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamOffset
Source§impl Debug for StreamOffset
impl Debug for StreamOffset
impl Eq for StreamOffset
Source§impl Hash for StreamOffset
impl Hash for StreamOffset
Source§impl PartialEq for StreamOffset
impl PartialEq for StreamOffset
Source§fn eq(&self, other: &StreamOffset) -> bool
fn eq(&self, other: &StreamOffset) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StreamOffset
Auto Trait Implementations§
impl Freeze for StreamOffset
impl RefUnwindSafe for StreamOffset
impl Send for StreamOffset
impl Sync for StreamOffset
impl Unpin for StreamOffset
impl UnsafeUnpin for StreamOffset
impl UnwindSafe for StreamOffset
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