pub struct UpnpDuration {
pub duration: u64,
}Fields§
§duration: u64Trait Implementations§
Source§impl Debug for UpnpDuration
impl Debug for UpnpDuration
Source§impl<'xml> FromXml<'xml> for UpnpDuration
impl<'xml> FromXml<'xml> for UpnpDuration
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<UpnpDuration>
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml>, ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for UpnpDuration
impl RefUnwindSafe for UpnpDuration
impl Send for UpnpDuration
impl Sync for UpnpDuration
impl Unpin for UpnpDuration
impl UnsafeUnpin for UpnpDuration
impl UnwindSafe for UpnpDuration
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