Struct xmpp_parsers::jingle_rtp::Channels
source · pub struct Channels(pub u8);
Expand description
The number of channels.
Tuple Fields§
§0: u8
Trait Implementations§
source§impl FromXmlText for Channels
impl FromXmlText for Channels
source§impl IntoAttributeValue for Channels
impl IntoAttributeValue for Channels
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl IntoOptionalXmlText for Channels
impl IntoOptionalXmlText for Channels
source§impl PartialEq for Channels
impl PartialEq for Channels
impl StructuralPartialEq for Channels
Auto Trait Implementations§
impl Freeze for Channels
impl RefUnwindSafe for Channels
impl Send for Channels
impl Sync for Channels
impl Unpin for Channels
impl UnwindSafe for Channels
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