Struct xmpp_parsers::tune::Length
source · pub struct Length(pub u16);
Expand description
The duration of the song or piece in seconds.
Tuple Fields§
§0: u16
Trait Implementations§
source§impl PartialEq for Length
impl PartialEq for Length
source§impl TryFrom<Element> for Length
impl TryFrom<Element> for Length
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl Eq for Length
impl StructuralPartialEq for Length
Auto Trait Implementations§
impl Freeze for Length
impl RefUnwindSafe for Length
impl Send for Length
impl Sync for Length
impl Unpin for Length
impl UnwindSafe for Length
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