Struct windows_sys::UI::Xaml::Data::LoadMoreItemsResult
[−]#[repr(C)]pub struct LoadMoreItemsResult {
pub Count: u32,
}Expand description
Required features: "UI_Xaml_Data"
Fields
Count: u32Trait Implementations
impl Clone for LoadMoreItemsResult
impl Clone for LoadMoreItemsResult
impl Copy for LoadMoreItemsResult
Auto Trait Implementations
impl RefUnwindSafe for LoadMoreItemsResult
impl Send for LoadMoreItemsResult
impl Sync for LoadMoreItemsResult
impl Unpin for LoadMoreItemsResult
impl UnwindSafe for LoadMoreItemsResult
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