#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamOffset
impl Debug for StreamOffset
Source§impl Hash for StreamOffset
impl Hash for StreamOffset
Source§impl PartialEq for StreamOffset
impl PartialEq for StreamOffset
impl Copy for StreamOffset
impl Eq for StreamOffset
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 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