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