Struct DML_REDUCE_FUNCTION
#[repr(transparent)]pub struct DML_REDUCE_FUNCTION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DML_REDUCE_FUNCTION
impl Clone for DML_REDUCE_FUNCTION
§fn clone(&self) -> DML_REDUCE_FUNCTION
fn clone(&self) -> DML_REDUCE_FUNCTION
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 more§impl Debug for DML_REDUCE_FUNCTION
impl Debug for DML_REDUCE_FUNCTION
§impl Default for DML_REDUCE_FUNCTION
impl Default for DML_REDUCE_FUNCTION
§fn default() -> DML_REDUCE_FUNCTION
fn default() -> DML_REDUCE_FUNCTION
Returns the “default value” for a type. Read more
§impl PartialEq for DML_REDUCE_FUNCTION
impl PartialEq for DML_REDUCE_FUNCTION
impl Copy for DML_REDUCE_FUNCTION
impl Eq for DML_REDUCE_FUNCTION
impl StructuralPartialEq for DML_REDUCE_FUNCTION
Auto Trait Implementations§
impl Freeze for DML_REDUCE_FUNCTION
impl RefUnwindSafe for DML_REDUCE_FUNCTION
impl Send for DML_REDUCE_FUNCTION
impl Sync for DML_REDUCE_FUNCTION
impl Unpin for DML_REDUCE_FUNCTION
impl UnwindSafe for DML_REDUCE_FUNCTION
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