Struct windows::Win32::Networking::Clustering::CLCTL_CODES
#[repr(transparent)]pub struct CLCTL_CODES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CLCTL_CODES
impl Clone for CLCTL_CODES
§fn clone(&self) -> CLCTL_CODES
fn clone(&self) -> CLCTL_CODES
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 CLCTL_CODES
impl Debug for CLCTL_CODES
§impl Default for CLCTL_CODES
impl Default for CLCTL_CODES
§fn default() -> CLCTL_CODES
fn default() -> CLCTL_CODES
Returns the “default value” for a type. Read more
§impl PartialEq for CLCTL_CODES
impl PartialEq for CLCTL_CODES
§fn eq(&self, other: &CLCTL_CODES) -> bool
fn eq(&self, other: &CLCTL_CODES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CLCTL_CODES
impl Eq for CLCTL_CODES
impl StructuralPartialEq for CLCTL_CODES
Auto Trait Implementations§
impl Freeze for CLCTL_CODES
impl RefUnwindSafe for CLCTL_CODES
impl Send for CLCTL_CODES
impl Sync for CLCTL_CODES
impl Unpin for CLCTL_CODES
impl UnwindSafe for CLCTL_CODES
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
)