Struct windows_sys::UI::Xaml::Controls::Primitives::GeneratorPosition
[−]Expand description
Required features: ‘UI_Xaml_Controls_Primitives’
Fields
Index: i32Offset: i32Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more