#[repr(transparent)]pub struct RESOURCEMANAGER_INFORMATION_CLASS(pub i32);Expand description
Required features: ‘Win32_System_SystemServices’
Tuple Fields
0: i32Trait Implementations
sourceimpl Clone for RESOURCEMANAGER_INFORMATION_CLASS
impl Clone for RESOURCEMANAGER_INFORMATION_CLASS
sourcepub fn clone(&self) -> RESOURCEMANAGER_INFORMATION_CLASS
pub fn clone(&self) -> RESOURCEMANAGER_INFORMATION_CLASS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for RESOURCEMANAGER_INFORMATION_CLASS
impl Default for RESOURCEMANAGER_INFORMATION_CLASS
sourcepub fn default() -> RESOURCEMANAGER_INFORMATION_CLASS
pub fn default() -> RESOURCEMANAGER_INFORMATION_CLASS
Returns the “default value” for a type. Read more
sourceimpl PartialEq<RESOURCEMANAGER_INFORMATION_CLASS> for RESOURCEMANAGER_INFORMATION_CLASS
impl PartialEq<RESOURCEMANAGER_INFORMATION_CLASS> for RESOURCEMANAGER_INFORMATION_CLASS
sourcepub fn eq(&self, other: &RESOURCEMANAGER_INFORMATION_CLASS) -> bool
pub fn eq(&self, other: &RESOURCEMANAGER_INFORMATION_CLASS) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &RESOURCEMANAGER_INFORMATION_CLASS) -> bool
pub fn ne(&self, other: &RESOURCEMANAGER_INFORMATION_CLASS) -> bool
This method tests for !=.
impl Copy for RESOURCEMANAGER_INFORMATION_CLASS
impl Eq for RESOURCEMANAGER_INFORMATION_CLASS
impl StructuralEq for RESOURCEMANAGER_INFORMATION_CLASS
impl StructuralPartialEq for RESOURCEMANAGER_INFORMATION_CLASS
Auto Trait Implementations
impl RefUnwindSafe for RESOURCEMANAGER_INFORMATION_CLASS
impl Send for RESOURCEMANAGER_INFORMATION_CLASS
impl Sync for RESOURCEMANAGER_INFORMATION_CLASS
impl Unpin for RESOURCEMANAGER_INFORMATION_CLASS
impl UnwindSafe for RESOURCEMANAGER_INFORMATION_CLASS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more