pub enum HandsetAcknowledgement {
OpenReceiveChannel,
StartMediaTransmission,
}Expand description
Station acknowledgement whose correlation deadline expired.
Variants§
Trait Implementations§
Source§impl Clone for HandsetAcknowledgement
impl Clone for HandsetAcknowledgement
Source§fn clone(&self) -> HandsetAcknowledgement
fn clone(&self) -> HandsetAcknowledgement
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 moreimpl Copy for HandsetAcknowledgement
Source§impl Debug for HandsetAcknowledgement
impl Debug for HandsetAcknowledgement
impl Eq for HandsetAcknowledgement
Source§impl PartialEq for HandsetAcknowledgement
impl PartialEq for HandsetAcknowledgement
impl StructuralPartialEq for HandsetAcknowledgement
Auto Trait Implementations§
impl Freeze for HandsetAcknowledgement
impl RefUnwindSafe for HandsetAcknowledgement
impl Send for HandsetAcknowledgement
impl Sync for HandsetAcknowledgement
impl Unpin for HandsetAcknowledgement
impl UnsafeUnpin for HandsetAcknowledgement
impl UnwindSafe for HandsetAcknowledgement
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