#[repr(C)]pub struct XMLDSOControl { /* private fields */ }
Trait Implementations§
Source§impl Clone for XMLDSOControl
impl Clone for XMLDSOControl
Source§fn clone(&self) -> XMLDSOControl
fn clone(&self) -> XMLDSOControl
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 XMLDSOControl
impl Debug for XMLDSOControl
impl Copy for XMLDSOControl
Auto Trait Implementations§
impl Freeze for XMLDSOControl
impl RefUnwindSafe for XMLDSOControl
impl Send for XMLDSOControl
impl Sync for XMLDSOControl
impl Unpin for XMLDSOControl
impl UnwindSafe for XMLDSOControl
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