Struct bt_avdtp::StreamEndpointId
source · 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§fn eq(&self, other: &StreamEndpointId) -> bool
fn eq(&self, other: &StreamEndpointId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u8> for StreamEndpointId
impl TryFrom<u8> for StreamEndpointId
impl Eq for StreamEndpointId
impl StructuralEq for StreamEndpointId
impl StructuralPartialEq for StreamEndpointId
Auto Trait Implementations§
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