#[repr(C)]pub struct DefaultReflectionMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl Clone for DefaultReflectionMode
impl Clone for DefaultReflectionMode
Source§fn clone(&self) -> DefaultReflectionMode
fn clone(&self) -> DefaultReflectionMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultReflectionMode
impl Debug for DefaultReflectionMode
Source§impl PartialEq for DefaultReflectionMode
impl PartialEq for DefaultReflectionMode
impl Copy for DefaultReflectionMode
impl Eq for DefaultReflectionMode
impl StructuralPartialEq for DefaultReflectionMode
Auto Trait Implementations§
impl Freeze for DefaultReflectionMode
impl RefUnwindSafe for DefaultReflectionMode
impl Send for DefaultReflectionMode
impl Sync for DefaultReflectionMode
impl Unpin for DefaultReflectionMode
impl UnwindSafe for DefaultReflectionMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)