Struct StreamMode
#[repr(transparent)]pub struct StreamMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for StreamMode
impl Clone for StreamMode
§fn clone(&self) -> StreamMode
fn clone(&self) -> StreamMode
Returns a copy 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 more§impl Debug for StreamMode
impl Debug for StreamMode
§impl Default for StreamMode
impl Default for StreamMode
§fn default() -> StreamMode
fn default() -> StreamMode
Returns the “default value” for a type. Read more
§impl PartialEq for StreamMode
impl PartialEq for StreamMode
impl Copy for StreamMode
impl Eq for StreamMode
impl StructuralPartialEq for StreamMode
Auto Trait Implementations§
impl Freeze for StreamMode
impl RefUnwindSafe for StreamMode
impl Send for StreamMode
impl Sync for StreamMode
impl Unpin for StreamMode
impl UnwindSafe for StreamMode
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