pub struct StreamFormatVersion(pub u8);Expand description
TAG_RMI_CUSTOM_MAX_STREAM_FORMAT (Spec §13.6.7.3 + JavaToIDL).
Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for StreamFormatVersion
impl Clone for StreamFormatVersion
Source§fn clone(&self) -> StreamFormatVersion
fn clone(&self) -> StreamFormatVersion
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 moreSource§impl Debug for StreamFormatVersion
impl Debug for StreamFormatVersion
Source§impl PartialEq for StreamFormatVersion
impl PartialEq for StreamFormatVersion
Source§fn eq(&self, other: &StreamFormatVersion) -> bool
fn eq(&self, other: &StreamFormatVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StreamFormatVersion
impl Eq for StreamFormatVersion
impl StructuralPartialEq for StreamFormatVersion
Auto Trait Implementations§
impl Freeze for StreamFormatVersion
impl RefUnwindSafe for StreamFormatVersion
impl Send for StreamFormatVersion
impl Sync for StreamFormatVersion
impl Unpin for StreamFormatVersion
impl UnsafeUnpin for StreamFormatVersion
impl UnwindSafe for StreamFormatVersion
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