#[repr(C)]pub struct CFXMLNotationInfo {
pub externalID: CFXMLExternalID,
}
Fields§
§externalID: CFXMLExternalID
Trait Implementations§
Source§impl Clone for CFXMLNotationInfo
impl Clone for CFXMLNotationInfo
Source§fn clone(&self) -> CFXMLNotationInfo
fn clone(&self) -> CFXMLNotationInfo
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 CFXMLNotationInfo
impl Debug for CFXMLNotationInfo
impl Copy for CFXMLNotationInfo
Auto Trait Implementations§
impl Freeze for CFXMLNotationInfo
impl RefUnwindSafe for CFXMLNotationInfo
impl !Send for CFXMLNotationInfo
impl !Sync for CFXMLNotationInfo
impl Unpin for CFXMLNotationInfo
impl UnwindSafe for CFXMLNotationInfo
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