#[repr(C)]pub struct RoutingInfo {
pub mediaType: MediaType,
pub busIndex: int32,
pub channel: int32,
}Fields§
§mediaType: MediaType§busIndex: int32§channel: int32Trait Implementations§
Source§impl Clone for RoutingInfo
impl Clone for RoutingInfo
Source§fn clone(&self) -> RoutingInfo
fn clone(&self) -> RoutingInfo
Returns a duplicate 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 moreimpl Copy for RoutingInfo
impl Send for RoutingInfo
impl Sync for RoutingInfo
Auto Trait Implementations§
impl Freeze for RoutingInfo
impl RefUnwindSafe for RoutingInfo
impl Unpin for RoutingInfo
impl UnwindSafe for RoutingInfo
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