pub struct QuickTimeFile {
pub link: RelationshipId,
}
Fields§
§link: RelationshipId
Specifies the identification information for a linked object. This attribute is used to specify the location of an object that does not reside within this file.
Implementations§
Source§impl QuickTimeFile
impl QuickTimeFile
pub fn from_xml_element(xml_node: &XmlNode) -> Result<Self>
Trait Implementations§
Source§impl Clone for QuickTimeFile
impl Clone for QuickTimeFile
Source§fn clone(&self) -> QuickTimeFile
fn clone(&self) -> QuickTimeFile
Returns a copy 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 moreSource§impl Debug for QuickTimeFile
impl Debug for QuickTimeFile
Source§impl PartialEq for QuickTimeFile
impl PartialEq for QuickTimeFile
impl StructuralPartialEq for QuickTimeFile
Auto Trait Implementations§
impl Freeze for QuickTimeFile
impl RefUnwindSafe for QuickTimeFile
impl Send for QuickTimeFile
impl Sync for QuickTimeFile
impl Unpin for QuickTimeFile
impl UnwindSafe for QuickTimeFile
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