Struct AD_GUARANTEED
#[repr(C)]pub struct AD_GUARANTEED {
pub CTotal: u32,
pub DTotal: u32,
pub CSum: u32,
pub DSum: u32,
}
Fields§
§CTotal: u32
§DTotal: u32
§CSum: u32
§DSum: u32
Trait Implementations§
§impl Clone for AD_GUARANTEED
impl Clone for AD_GUARANTEED
§fn clone(&self) -> AD_GUARANTEED
fn clone(&self) -> AD_GUARANTEED
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 moreimpl Copy for AD_GUARANTEED
Auto Trait Implementations§
impl Freeze for AD_GUARANTEED
impl RefUnwindSafe for AD_GUARANTEED
impl Send for AD_GUARANTEED
impl Sync for AD_GUARANTEED
impl Unpin for AD_GUARANTEED
impl UnwindSafe for AD_GUARANTEED
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