#[repr(C)]pub struct _BIN_RESULTS {
pub NumberOfBins: DWORD,
pub BinCounts: [BIN_COUNT; 1],
}
Fields§
§NumberOfBins: DWORD
§BinCounts: [BIN_COUNT; 1]
Trait Implementations§
Source§impl Clone for _BIN_RESULTS
impl Clone for _BIN_RESULTS
Source§fn clone(&self) -> _BIN_RESULTS
fn clone(&self) -> _BIN_RESULTS
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 _BIN_RESULTS
Auto Trait Implementations§
impl Freeze for _BIN_RESULTS
impl RefUnwindSafe for _BIN_RESULTS
impl Send for _BIN_RESULTS
impl Sync for _BIN_RESULTS
impl Unpin for _BIN_RESULTS
impl UnwindSafe for _BIN_RESULTS
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