Struct windows_sys::UI::Composition::CompositionBatchTypes
[−]#[repr(transparent)]pub struct CompositionBatchTypes(pub u32);
Expand description
Required features: "UI_Composition"
Tuple Fields
0: u32
Implementations
impl CompositionBatchTypes
impl CompositionBatchTypes
pub const None: Self = Self(0u32)
pub const Animation: Self = Self(1u32)
pub const Effect: Self = Self(2u32)
pub const InfiniteAnimation: Self = Self(4u32)
pub const AllAnimations: Self = Self(5u32)
Trait Implementations
impl Clone for CompositionBatchTypes
impl Clone for CompositionBatchTypes
impl Copy for CompositionBatchTypes
Auto Trait Implementations
impl RefUnwindSafe for CompositionBatchTypes
impl Send for CompositionBatchTypes
impl Sync for CompositionBatchTypes
impl Unpin for CompositionBatchTypes
impl UnwindSafe for CompositionBatchTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more