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