Struct DEBUG_VALUE_0_2
#[repr(C)]pub struct DEBUG_VALUE_0_2 {
pub LowPart: u64,
pub HighPart: i64,
}
Fields§
§LowPart: u64
§HighPart: i64
Trait Implementations§
§impl Clone for DEBUG_VALUE_0_2
impl Clone for DEBUG_VALUE_0_2
§fn clone(&self) -> DEBUG_VALUE_0_2
fn clone(&self) -> DEBUG_VALUE_0_2
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 DEBUG_VALUE_0_2
impl Debug for DEBUG_VALUE_0_2
§impl Default for DEBUG_VALUE_0_2
impl Default for DEBUG_VALUE_0_2
§impl PartialEq for DEBUG_VALUE_0_2
impl PartialEq for DEBUG_VALUE_0_2
impl Copy for DEBUG_VALUE_0_2
impl StructuralPartialEq for DEBUG_VALUE_0_2
Auto Trait Implementations§
impl Freeze for DEBUG_VALUE_0_2
impl RefUnwindSafe for DEBUG_VALUE_0_2
impl Send for DEBUG_VALUE_0_2
impl Sync for DEBUG_VALUE_0_2
impl Unpin for DEBUG_VALUE_0_2
impl UnwindSafe for DEBUG_VALUE_0_2
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