pub struct StreamEndpointId(/* private fields */);
Expand description
A Stream Endpoint Identifier, aka SEID, INT SEID, ACP SEID - Sec 8.20.1 Valid values are 0x01 - 0x3E
Trait Implementations§
Source§impl Clone for StreamEndpointId
impl Clone for StreamEndpointId
Source§fn clone(&self) -> StreamEndpointId
fn clone(&self) -> StreamEndpointId
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 moreSource§impl Debug for StreamEndpointId
impl Debug for StreamEndpointId
Source§impl Display for StreamEndpointId
impl Display for StreamEndpointId
Source§impl Hash for StreamEndpointId
impl Hash for StreamEndpointId
Source§impl PartialEq for StreamEndpointId
impl PartialEq for StreamEndpointId
Source§impl TryFrom<u8> for StreamEndpointId
impl TryFrom<u8> for StreamEndpointId
impl Eq for StreamEndpointId
impl StructuralPartialEq for StreamEndpointId
Auto Trait Implementations§
impl Freeze for StreamEndpointId
impl RefUnwindSafe for StreamEndpointId
impl Send for StreamEndpointId
impl Sync for StreamEndpointId
impl Unpin for StreamEndpointId
impl UnwindSafe for StreamEndpointId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)