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