#[repr(transparent)]pub struct AnimationPropertyAccessMode(pub i32);
Expand description
Required features: ‘UI_Composition’
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for AnimationPropertyAccessMode
impl Clone for AnimationPropertyAccessMode
impl Copy for AnimationPropertyAccessMode
Auto Trait Implementations
impl RefUnwindSafe for AnimationPropertyAccessMode
impl Send for AnimationPropertyAccessMode
impl Sync for AnimationPropertyAccessMode
impl Unpin for AnimationPropertyAccessMode
impl UnwindSafe for AnimationPropertyAccessMode
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