Struct windows_sys::UI::Xaml::Vector3TransitionComponents
[−]#[repr(transparent)]pub struct Vector3TransitionComponents(pub u32);
Expand description
Required features: "UI_Xaml"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for Vector3TransitionComponents
impl Clone for Vector3TransitionComponents
impl Copy for Vector3TransitionComponents
Auto Trait Implementations
impl RefUnwindSafe for Vector3TransitionComponents
impl Send for Vector3TransitionComponents
impl Sync for Vector3TransitionComponents
impl Unpin for Vector3TransitionComponents
impl UnwindSafe for Vector3TransitionComponents
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