#[repr(u8)]pub enum HostToClientOobCommand {
Connect = 13,
}
Variants§
Connect = 13
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostToClientOobCommand
impl RefUnwindSafe for HostToClientOobCommand
impl Send for HostToClientOobCommand
impl Sync for HostToClientOobCommand
impl Unpin for HostToClientOobCommand
impl UnwindSafe for HostToClientOobCommand
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