Struct windows_sys::Win32::Networking::Clustering::RESUTIL_LARGEINT_DATA
#[repr(C)]pub struct RESUTIL_LARGEINT_DATA {
pub Default: i64,
pub Minimum: i64,
pub Maximum: i64,
}
Fields§
§Default: i64
§Minimum: i64
§Maximum: i64
Trait Implementations§
§impl Clone for RESUTIL_LARGEINT_DATA
impl Clone for RESUTIL_LARGEINT_DATA
§fn clone(&self) -> RESUTIL_LARGEINT_DATA
fn clone(&self) -> RESUTIL_LARGEINT_DATA
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 RESUTIL_LARGEINT_DATA
Auto Trait Implementations§
impl Freeze for RESUTIL_LARGEINT_DATA
impl RefUnwindSafe for RESUTIL_LARGEINT_DATA
impl Send for RESUTIL_LARGEINT_DATA
impl Sync for RESUTIL_LARGEINT_DATA
impl Unpin for RESUTIL_LARGEINT_DATA
impl UnwindSafe for RESUTIL_LARGEINT_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)