#[repr(C)]pub struct IEnumContextProps(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for IEnumContextProps
impl Clone for IEnumContextProps
Source§fn clone(&self) -> IEnumContextProps
fn clone(&self) -> IEnumContextProps
Returns a duplicate 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
Source§impl Default for IEnumContextProps
impl Default for IEnumContextProps
Source§fn default() -> IEnumContextProps
fn default() -> IEnumContextProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for IEnumContextProps
impl PartialEq for IEnumContextProps
impl Copy for IEnumContextProps
impl Eq for IEnumContextProps
impl StructuralPartialEq 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