Struct windows_sys::UI::Xaml::Controls::Primitives::GeneratorPosition
[−]Expand description
Required features: "UI_Xaml_Controls_Primitives"
Fields
Index: i32
Offset: i32
Trait Implementations
impl Clone for GeneratorPosition
impl Clone for GeneratorPosition
impl Copy for GeneratorPosition
Auto Trait Implementations
impl RefUnwindSafe for GeneratorPosition
impl Send for GeneratorPosition
impl Sync for GeneratorPosition
impl Unpin for GeneratorPosition
impl UnwindSafe for GeneratorPosition
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