pub mod windows_reactor
pub use windows_reactor::DateTime
pub use windows_reactor::TimeSpan
pub enum windows_reactor::AcceleratorKey
pub windows_reactor::AcceleratorKey::Add
pub windows_reactor::AcceleratorKey::Decimal
pub windows_reactor::AcceleratorKey::Divide
pub windows_reactor::AcceleratorKey::Enter
pub windows_reactor::AcceleratorKey::Multiply
pub windows_reactor::AcceleratorKey::NumberPad0
pub windows_reactor::AcceleratorKey::NumberPad1
pub windows_reactor::AcceleratorKey::NumberPad2
pub windows_reactor::AcceleratorKey::NumberPad3
pub windows_reactor::AcceleratorKey::NumberPad4
pub windows_reactor::AcceleratorKey::NumberPad5
pub windows_reactor::AcceleratorKey::NumberPad6
pub windows_reactor::AcceleratorKey::NumberPad7
pub windows_reactor::AcceleratorKey::NumberPad8
pub windows_reactor::AcceleratorKey::NumberPad9
pub windows_reactor::AcceleratorKey::R
pub windows_reactor::AcceleratorKey::Subtract
pub enum windows_reactor::AcceleratorModifiers
pub windows_reactor::AcceleratorModifiers::Control
pub windows_reactor::AcceleratorModifiers::None
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::AppBarButtonSlot
pub windows_reactor::AppBarButtonSlot::Icon
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::AutoSuggestBoxSlot
pub windows_reactor::AutoSuggestBoxSlot::Header
pub enum windows_reactor::AutomationHeadingLevel
pub windows_reactor::AutomationHeadingLevel::Level1
pub windows_reactor::AutomationHeadingLevel::Level2
pub windows_reactor::AutomationHeadingLevel::Level3
pub windows_reactor::AutomationHeadingLevel::Level4
pub windows_reactor::AutomationHeadingLevel::Level5
pub windows_reactor::AutomationHeadingLevel::Level6
pub windows_reactor::AutomationHeadingLevel::Level7
pub windows_reactor::AutomationHeadingLevel::Level8
pub windows_reactor::AutomationHeadingLevel::Level9
pub enum windows_reactor::Brush
pub windows_reactor::Brush::Solid(windows_reactor::Color)
pub windows_reactor::Brush::Theme(windows_reactor::ThemeBrush)
impl core::convert::From<windows_reactor::Color> for windows_reactor::Brush
pub fn windows_reactor::Brush::from(windows_reactor::Color) -> Self
impl core::convert::From<windows_reactor::ThemeBrush> for windows_reactor::Brush
pub fn windows_reactor::Brush::from(windows_reactor::ThemeBrush) -> Self
#[non_exhaustive] pub enum windows_reactor::ButtonStyle
pub windows_reactor::ButtonStyle::Accent
pub windows_reactor::ButtonStyle::Default
pub windows_reactor::ButtonStyle::Subtle
pub windows_reactor::ButtonStyle::TextLink
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::CalendarDatePickerSlot
pub windows_reactor::CalendarDatePickerSlot::Header
pub enum windows_reactor::ColorScheme
pub windows_reactor::ColorScheme::Dark
pub windows_reactor::ColorScheme::Light
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::ComboBoxSlot
pub windows_reactor::ComboBoxSlot::Header
pub enum windows_reactor::CommandBarCommand
pub windows_reactor::CommandBarCommand::Button
pub windows_reactor::CommandBarCommand::Button::enabled: bool
pub windows_reactor::CommandBarCommand::Button::icon: core::option::Option<windows_reactor::Symbol>
pub windows_reactor::CommandBarCommand::Button::key: windows_reactor::Key
pub windows_reactor::CommandBarCommand::Button::label: alloc::string::String
pub windows_reactor::CommandBarCommand::Separator
pub windows_reactor::CommandBarCommand::Separator::key: windows_reactor::Key
impl windows_reactor::CommandBarCommand
pub fn windows_reactor::CommandBarCommand::button(impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::CommandBarCommand::button_with_icon(impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<alloc::string::String>, windows_reactor::Symbol) -> Self
pub fn windows_reactor::CommandBarCommand::separator(impl core::convert::Into<windows_reactor::Key>) -> Self
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::CommandBarSlot
pub windows_reactor::CommandBarSlot::PrimaryCommands
pub windows_reactor::CommandBarSlot::SecondaryCommands
#[repr(u8)] pub enum windows_reactor::ComponentTaskStatus
pub windows_reactor::ComponentTaskStatus::Cancelled
pub windows_reactor::ComponentTaskStatus::Delivered
pub windows_reactor::ComponentTaskStatus::Queued
pub windows_reactor::ComponentTaskStatus::Rejected
pub windows_reactor::ComponentTaskStatus::Running
pub enum windows_reactor::CompositionHostEvent
pub windows_reactor::CompositionHostEvent::Metrics
pub windows_reactor::CompositionHostEvent::Metrics::height: f64
pub windows_reactor::CompositionHostEvent::Metrics::scale: f64
pub windows_reactor::CompositionHostEvent::Metrics::width: f64
pub windows_reactor::CompositionHostEvent::Ready
pub windows_reactor::CompositionHostEvent::Ready::compositor: windows_core::unknown::IUnknown
pub windows_reactor::CompositionHostEvent::Ready::height: f64
pub windows_reactor::CompositionHostEvent::Ready::scale: f64
pub windows_reactor::CompositionHostEvent::Ready::width: f64
#[non_exhaustive] pub enum windows_reactor::ContentDialogResult
pub windows_reactor::ContentDialogResult::None
pub windows_reactor::ContentDialogResult::Primary
pub windows_reactor::ContentDialogResult::Secondary
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::DatePickerSlot
pub windows_reactor::DatePickerSlot::Header
pub enum windows_reactor::DragDropOperation
pub windows_reactor::DragDropOperation::Copy
pub windows_reactor::DragDropOperation::Link
pub windows_reactor::DragDropOperation::Move
pub enum windows_reactor::DragKind
pub windows_reactor::DragKind::StorageItems
pub windows_reactor::DragKind::Text
pub windows_reactor::DragKind::Unsupported
pub enum windows_reactor::DroppedData
pub windows_reactor::DroppedData::StorageItems(alloc::vec::Vec<windows_reactor::DroppedStorageItem>)
pub windows_reactor::DroppedData::Text(alloc::string::String)
pub windows_reactor::DroppedData::Unsupported
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::ExpanderSlot
pub windows_reactor::ExpanderSlot::Content
pub windows_reactor::ExpanderSlot::Header
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::FlipViewSlot
pub windows_reactor::FlipViewSlot::Items
pub enum windows_reactor::FlyoutPlacement
pub windows_reactor::FlyoutPlacement::Auto
pub windows_reactor::FlyoutPlacement::Bottom
pub windows_reactor::FlyoutPlacement::BottomEdgeAlignedLeft
pub windows_reactor::FlyoutPlacement::BottomEdgeAlignedRight
pub windows_reactor::FlyoutPlacement::Full
pub windows_reactor::FlyoutPlacement::Left
pub windows_reactor::FlyoutPlacement::LeftEdgeAlignedBottom
pub windows_reactor::FlyoutPlacement::LeftEdgeAlignedTop
pub windows_reactor::FlyoutPlacement::Right
pub windows_reactor::FlyoutPlacement::RightEdgeAlignedBottom
pub windows_reactor::FlyoutPlacement::RightEdgeAlignedTop
pub windows_reactor::FlyoutPlacement::Top
pub windows_reactor::FlyoutPlacement::TopEdgeAlignedLeft
pub windows_reactor::FlyoutPlacement::TopEdgeAlignedRight
pub enum windows_reactor::GridLength
pub windows_reactor::GridLength::Auto
pub windows_reactor::GridLength::Pixel(f64)
pub windows_reactor::GridLength::Star(f64)
impl windows_reactor::GridLength
pub const windows_reactor::GridLength::STAR: Self
impl core::cmp::PartialEq for windows_reactor::GridLength
pub fn windows_reactor::GridLength::eq(&self, &Self) -> bool
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::GridViewSlot
pub windows_reactor::GridViewSlot::Items
pub enum windows_reactor::HorizontalAlignment
pub windows_reactor::HorizontalAlignment::Center
pub windows_reactor::HorizontalAlignment::Left
pub windows_reactor::HorizontalAlignment::Right
pub windows_reactor::HorizontalAlignment::Stretch
#[non_exhaustive] pub enum windows_reactor::InfoBarSeverity
pub windows_reactor::InfoBarSeverity::Error
pub windows_reactor::InfoBarSeverity::Informational
pub windows_reactor::InfoBarSeverity::Success
pub windows_reactor::InfoBarSeverity::Warning
pub enum windows_reactor::IntegrationError
pub windows_reactor::IntegrationError::Native(i32)
pub windows_reactor::IntegrationError::Unavailable
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::ListBoxSlot
pub windows_reactor::ListBoxSlot::Items
#[non_exhaustive] pub enum windows_reactor::ListViewSelectionMode
pub windows_reactor::ListViewSelectionMode::Extended
pub windows_reactor::ListViewSelectionMode::Multiple
pub windows_reactor::ListViewSelectionMode::None
pub windows_reactor::ListViewSelectionMode::Single
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::ListViewSlot
pub windows_reactor::ListViewSlot::Items
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::MenuBarSlot
pub windows_reactor::MenuBarSlot::Items
pub enum windows_reactor::MenuItem
pub windows_reactor::MenuItem::Item
pub windows_reactor::MenuItem::Item::enabled: bool
pub windows_reactor::MenuItem::Item::key: windows_reactor::Key
pub windows_reactor::MenuItem::Item::label: alloc::string::String
pub windows_reactor::MenuItem::Separator
pub windows_reactor::MenuItem::Separator::key: windows_reactor::Key
pub windows_reactor::MenuItem::Submenu
pub windows_reactor::MenuItem::Submenu::items: alloc::vec::Vec<Self>
pub windows_reactor::MenuItem::Submenu::key: windows_reactor::Key
pub windows_reactor::MenuItem::Submenu::label: alloc::string::String
impl windows_reactor::MenuItem
pub fn windows_reactor::MenuItem::disabled(impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::MenuItem::item(impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::MenuItem::separator(impl core::convert::Into<windows_reactor::Key>) -> Self
pub fn windows_reactor::MenuItem::submenu(impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<alloc::string::String>, impl core::iter::traits::collect::IntoIterator<Item = Self>) -> Self
#[non_exhaustive] pub enum windows_reactor::NavigationViewBackButtonVisible
pub windows_reactor::NavigationViewBackButtonVisible::Auto
pub windows_reactor::NavigationViewBackButtonVisible::Collapsed
pub windows_reactor::NavigationViewBackButtonVisible::Visible
pub enum windows_reactor::NavigationViewDisplayMode
pub windows_reactor::NavigationViewDisplayMode::Compact
pub windows_reactor::NavigationViewDisplayMode::Expanded
pub windows_reactor::NavigationViewDisplayMode::Minimal
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::NavigationViewItemSlot
pub windows_reactor::NavigationViewItemSlot::Content
pub windows_reactor::NavigationViewItemSlot::Icon
pub windows_reactor::NavigationViewItemSlot::MenuItems
#[non_exhaustive] pub enum windows_reactor::NavigationViewPaneDisplayMode
pub windows_reactor::NavigationViewPaneDisplayMode::Auto
pub windows_reactor::NavigationViewPaneDisplayMode::Left
pub windows_reactor::NavigationViewPaneDisplayMode::LeftCompact
pub windows_reactor::NavigationViewPaneDisplayMode::LeftMinimal
pub windows_reactor::NavigationViewPaneDisplayMode::Top
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::NavigationViewSlot
pub windows_reactor::NavigationViewSlot::Content
pub windows_reactor::NavigationViewSlot::Header
pub windows_reactor::NavigationViewSlot::MenuItems
pub windows_reactor::NavigationViewSlot::PaneCustomContent
pub windows_reactor::NavigationViewSlot::PaneFooter
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::NumberBoxSlot
pub windows_reactor::NumberBoxSlot::Header
#[non_exhaustive] pub enum windows_reactor::Orientation
pub windows_reactor::Orientation::Horizontal
pub windows_reactor::Orientation::Vertical
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::PasswordBoxSlot
pub windows_reactor::PasswordBoxSlot::Header
#[non_exhaustive] pub enum windows_reactor::PasswordRevealMode
pub windows_reactor::PasswordRevealMode::Hidden
pub windows_reactor::PasswordRevealMode::Peek
pub windows_reactor::PasswordRevealMode::Visible
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::PivotSlot
pub windows_reactor::PivotSlot::Items
pub enum windows_reactor::PumpDiagnostic
pub windows_reactor::PumpDiagnostic::VirtualRowRootCount
pub windows_reactor::PumpDiagnostic::VirtualRowRootCount::actual: usize
pub windows_reactor::PumpDiagnostic::VirtualRowRootCount::collection: windows_reactor::core::arena::NodeId
pub windows_reactor::PumpDiagnostic::VirtualRowRootCount::key: windows_reactor::Key
pub windows_reactor::PumpDiagnostic::WindowOpenRejected
pub windows_reactor::PumpDiagnostic::WindowOpenRejected::error: windows_reactor::core::runtime::RuntimeError
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::RadioButtonsSlot
pub windows_reactor::RadioButtonsSlot::Header
pub enum windows_reactor::ResourceValue
pub windows_reactor::ResourceValue::Color(windows_reactor::Color)
pub windows_reactor::ResourceValue::CornerRadius(windows_reactor::CornerRadius)
pub windows_reactor::ResourceValue::Thickness(windows_reactor::Thickness)
impl core::convert::From<windows_reactor::Color> for windows_reactor::ResourceValue
pub fn windows_reactor::ResourceValue::from(windows_reactor::Color) -> Self
impl core::convert::From<windows_reactor::CornerRadius> for windows_reactor::ResourceValue
pub fn windows_reactor::ResourceValue::from(windows_reactor::CornerRadius) -> Self
impl core::convert::From<windows_reactor::Thickness> for windows_reactor::ResourceValue
pub fn windows_reactor::ResourceValue::from(windows_reactor::Thickness) -> Self
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::RichEditBoxSlot
pub windows_reactor::RichEditBoxSlot::Header
pub enum windows_reactor::RichTextInline
pub windows_reactor::RichTextInline::Hyperlink(windows_reactor::RichTextHyperlink)
pub windows_reactor::RichTextInline::LineBreak
pub windows_reactor::RichTextInline::Run(windows_reactor::RichTextRun)
#[non_exhaustive] pub enum windows_reactor::ScrollBarVisibility
pub windows_reactor::ScrollBarVisibility::Auto
pub windows_reactor::ScrollBarVisibility::Disabled
pub windows_reactor::ScrollBarVisibility::Hidden
pub windows_reactor::ScrollBarVisibility::Visible
#[non_exhaustive] pub enum windows_reactor::ScrollingScrollBarVisibility
pub windows_reactor::ScrollingScrollBarVisibility::Auto
pub windows_reactor::ScrollingScrollBarVisibility::Hidden
pub windows_reactor::ScrollingScrollBarVisibility::Visible
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::SelectorBarItemSlot
pub windows_reactor::SelectorBarItemSlot::Icon
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::SelectorBarSlot
pub windows_reactor::SelectorBarSlot::Items
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::SliderSlot
pub windows_reactor::SliderSlot::Header
#[non_exhaustive] pub enum windows_reactor::SplitViewDisplayMode
pub windows_reactor::SplitViewDisplayMode::CompactInline
pub windows_reactor::SplitViewDisplayMode::CompactOverlay
pub windows_reactor::SplitViewDisplayMode::Inline
pub windows_reactor::SplitViewDisplayMode::Overlay
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::SplitViewSlot
pub windows_reactor::SplitViewSlot::Content
pub windows_reactor::SplitViewSlot::Pane
#[non_exhaustive] pub enum windows_reactor::Stretch
pub windows_reactor::Stretch::Fill
pub windows_reactor::Stretch::None
pub windows_reactor::Stretch::Uniform
pub windows_reactor::Stretch::UniformToFill
pub enum windows_reactor::SwapChainPanelEvent
pub windows_reactor::SwapChainPanelEvent::Metrics
pub windows_reactor::SwapChainPanelEvent::Metrics::height: f64
pub windows_reactor::SwapChainPanelEvent::Metrics::scale_x: f32
pub windows_reactor::SwapChainPanelEvent::Metrics::scale_y: f32
pub windows_reactor::SwapChainPanelEvent::Metrics::width: f64
pub windows_reactor::SwapChainPanelEvent::Rendering
#[non_exhaustive] pub enum windows_reactor::Symbol
pub windows_reactor::Symbol::Accept
pub windows_reactor::Symbol::Account
pub windows_reactor::Symbol::Add
pub windows_reactor::Symbol::AddFriend
pub windows_reactor::Symbol::Admin
pub windows_reactor::Symbol::AlignCenter
pub windows_reactor::Symbol::AlignLeft
pub windows_reactor::Symbol::AlignRight
pub windows_reactor::Symbol::AllApps
pub windows_reactor::Symbol::Attach
pub windows_reactor::Symbol::AttachCamera
pub windows_reactor::Symbol::Audio
pub windows_reactor::Symbol::Back
pub windows_reactor::Symbol::BackToWindow
pub windows_reactor::Symbol::BlockContact
pub windows_reactor::Symbol::Bold
pub windows_reactor::Symbol::Bookmarks
pub windows_reactor::Symbol::BrowsePhotos
pub windows_reactor::Symbol::Bullets
pub windows_reactor::Symbol::Calculator
pub windows_reactor::Symbol::Calendar
pub windows_reactor::Symbol::CalendarDay
pub windows_reactor::Symbol::CalendarReply
pub windows_reactor::Symbol::CalendarWeek
pub windows_reactor::Symbol::Camera
pub windows_reactor::Symbol::Cancel
pub windows_reactor::Symbol::Caption
pub windows_reactor::Symbol::CellPhone
pub windows_reactor::Symbol::Character
pub windows_reactor::Symbol::Clear
pub windows_reactor::Symbol::ClearSelection
pub windows_reactor::Symbol::Clock
pub windows_reactor::Symbol::ClosePane
pub windows_reactor::Symbol::ClosedCaption
pub windows_reactor::Symbol::Comment
pub windows_reactor::Symbol::Contact
pub windows_reactor::Symbol::Contact2
pub windows_reactor::Symbol::ContactInfo
pub windows_reactor::Symbol::ContactPresence
pub windows_reactor::Symbol::Copy
pub windows_reactor::Symbol::Crop
pub windows_reactor::Symbol::Cut
pub windows_reactor::Symbol::Delete
pub windows_reactor::Symbol::Directions
pub windows_reactor::Symbol::DisableUpdates
pub windows_reactor::Symbol::DisconnectDrive
pub windows_reactor::Symbol::Dislike
pub windows_reactor::Symbol::DockBottom
pub windows_reactor::Symbol::DockLeft
pub windows_reactor::Symbol::DockRight
pub windows_reactor::Symbol::Document
pub windows_reactor::Symbol::Download
pub windows_reactor::Symbol::Edit
pub windows_reactor::Symbol::Emoji
pub windows_reactor::Symbol::Emoji2
pub windows_reactor::Symbol::Favorite
pub windows_reactor::Symbol::Filter
pub windows_reactor::Symbol::Find
pub windows_reactor::Symbol::Flag
pub windows_reactor::Symbol::Folder
pub windows_reactor::Symbol::Font
pub windows_reactor::Symbol::FontColor
pub windows_reactor::Symbol::FontDecrease
pub windows_reactor::Symbol::FontIncrease
pub windows_reactor::Symbol::FontSize
pub windows_reactor::Symbol::Forward
pub windows_reactor::Symbol::FourBars
pub windows_reactor::Symbol::FullScreen
pub windows_reactor::Symbol::GlobalNavigationButton
pub windows_reactor::Symbol::Globe
pub windows_reactor::Symbol::Go
pub windows_reactor::Symbol::GoToStart
pub windows_reactor::Symbol::GoToToday
pub windows_reactor::Symbol::HangUp
pub windows_reactor::Symbol::Help
pub windows_reactor::Symbol::HideBcc
pub windows_reactor::Symbol::Highlight
pub windows_reactor::Symbol::Home
pub windows_reactor::Symbol::Import
pub windows_reactor::Symbol::ImportAll
pub windows_reactor::Symbol::Important
pub windows_reactor::Symbol::Italic
pub windows_reactor::Symbol::Keyboard
pub windows_reactor::Symbol::LeaveChat
pub windows_reactor::Symbol::Library
pub windows_reactor::Symbol::Like
pub windows_reactor::Symbol::LikeDislike
pub windows_reactor::Symbol::Link
pub windows_reactor::Symbol::List
pub windows_reactor::Symbol::Mail
pub windows_reactor::Symbol::MailFilled
pub windows_reactor::Symbol::MailForward
pub windows_reactor::Symbol::MailReply
pub windows_reactor::Symbol::MailReplyAll
pub windows_reactor::Symbol::Manage
pub windows_reactor::Symbol::Map
pub windows_reactor::Symbol::MapDrive
pub windows_reactor::Symbol::MapPin
pub windows_reactor::Symbol::Memo
pub windows_reactor::Symbol::Message
pub windows_reactor::Symbol::Microphone
pub windows_reactor::Symbol::More
pub windows_reactor::Symbol::MoveToFolder
pub windows_reactor::Symbol::MusicInfo
pub windows_reactor::Symbol::Mute
pub windows_reactor::Symbol::NewFolder
pub windows_reactor::Symbol::NewWindow
pub windows_reactor::Symbol::Next
pub windows_reactor::Symbol::OneBar
pub windows_reactor::Symbol::OpenFile
pub windows_reactor::Symbol::OpenLocal
pub windows_reactor::Symbol::OpenPane
pub windows_reactor::Symbol::OpenWith
pub windows_reactor::Symbol::Orientation
pub windows_reactor::Symbol::OtherUser
pub windows_reactor::Symbol::OutlineStar
pub windows_reactor::Symbol::Page
pub windows_reactor::Symbol::Page2
pub windows_reactor::Symbol::Paste
pub windows_reactor::Symbol::Pause
pub windows_reactor::Symbol::People
pub windows_reactor::Symbol::Permissions
pub windows_reactor::Symbol::Phone
pub windows_reactor::Symbol::PhoneBook
pub windows_reactor::Symbol::Pictures
pub windows_reactor::Symbol::Pin
pub windows_reactor::Symbol::Placeholder
pub windows_reactor::Symbol::Play
pub windows_reactor::Symbol::PostUpdate
pub windows_reactor::Symbol::Preview
pub windows_reactor::Symbol::PreviewLink
pub windows_reactor::Symbol::Previous
pub windows_reactor::Symbol::Print
pub windows_reactor::Symbol::Priority
pub windows_reactor::Symbol::ProtectedDocument
pub windows_reactor::Symbol::ReShare
pub windows_reactor::Symbol::Read
pub windows_reactor::Symbol::Redo
pub windows_reactor::Symbol::Refresh
pub windows_reactor::Symbol::Remote
pub windows_reactor::Symbol::Remove
pub windows_reactor::Symbol::Rename
pub windows_reactor::Symbol::Repair
pub windows_reactor::Symbol::RepeatAll
pub windows_reactor::Symbol::RepeatOne
pub windows_reactor::Symbol::ReportHacked
pub windows_reactor::Symbol::Rotate
pub windows_reactor::Symbol::RotateCamera
pub windows_reactor::Symbol::Save
pub windows_reactor::Symbol::SaveLocal
pub windows_reactor::Symbol::Scan
pub windows_reactor::Symbol::SelectAll
pub windows_reactor::Symbol::Send
pub windows_reactor::Symbol::SetLockScreen
pub windows_reactor::Symbol::SetTile
pub windows_reactor::Symbol::Setting
pub windows_reactor::Symbol::Share
pub windows_reactor::Symbol::Shop
pub windows_reactor::Symbol::ShowBcc
pub windows_reactor::Symbol::ShowResults
pub windows_reactor::Symbol::Shuffle
pub windows_reactor::Symbol::SlideShow
pub windows_reactor::Symbol::SolidStar
pub windows_reactor::Symbol::Sort
pub windows_reactor::Symbol::Stop
pub windows_reactor::Symbol::StopSlideShow
pub windows_reactor::Symbol::Street
pub windows_reactor::Symbol::Switch
pub windows_reactor::Symbol::SwitchApps
pub windows_reactor::Symbol::Sync
pub windows_reactor::Symbol::SyncFolder
pub windows_reactor::Symbol::Tag
pub windows_reactor::Symbol::Target
pub windows_reactor::Symbol::ThreeBars
pub windows_reactor::Symbol::TouchPointer
pub windows_reactor::Symbol::Trim
pub windows_reactor::Symbol::TwoBars
pub windows_reactor::Symbol::TwoPage
pub windows_reactor::Symbol::UnFavorite
pub windows_reactor::Symbol::UnPin
pub windows_reactor::Symbol::UnSyncFolder
pub windows_reactor::Symbol::Underline
pub windows_reactor::Symbol::Undo
pub windows_reactor::Symbol::Up
pub windows_reactor::Symbol::Upload
pub windows_reactor::Symbol::Video
pub windows_reactor::Symbol::VideoChat
pub windows_reactor::Symbol::View
pub windows_reactor::Symbol::ViewAll
pub windows_reactor::Symbol::Volume
pub windows_reactor::Symbol::WebCam
pub windows_reactor::Symbol::World
pub windows_reactor::Symbol::XboxOneConsole
pub windows_reactor::Symbol::ZeroBars
pub windows_reactor::Symbol::Zoom
pub windows_reactor::Symbol::ZoomIn
pub windows_reactor::Symbol::ZoomOut
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::TabViewSlot
pub windows_reactor::TabViewSlot::TabItems
#[non_exhaustive] pub enum windows_reactor::TeachingTipPlacementMode
pub windows_reactor::TeachingTipPlacementMode::Auto
pub windows_reactor::TeachingTipPlacementMode::Bottom
pub windows_reactor::TeachingTipPlacementMode::BottomLeft
pub windows_reactor::TeachingTipPlacementMode::BottomRight
pub windows_reactor::TeachingTipPlacementMode::Center
pub windows_reactor::TeachingTipPlacementMode::Left
pub windows_reactor::TeachingTipPlacementMode::LeftBottom
pub windows_reactor::TeachingTipPlacementMode::LeftTop
pub windows_reactor::TeachingTipPlacementMode::Right
pub windows_reactor::TeachingTipPlacementMode::RightBottom
pub windows_reactor::TeachingTipPlacementMode::RightTop
pub windows_reactor::TeachingTipPlacementMode::Top
pub windows_reactor::TeachingTipPlacementMode::TopLeft
pub windows_reactor::TeachingTipPlacementMode::TopRight
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::TextBoxSlot
pub windows_reactor::TextBoxSlot::Header
#[non_exhaustive] pub enum windows_reactor::TextTrimming
pub windows_reactor::TextTrimming::CharacterEllipsis
pub windows_reactor::TextTrimming::Clip
pub windows_reactor::TextTrimming::None
pub windows_reactor::TextTrimming::WordEllipsis
#[non_exhaustive] pub enum windows_reactor::TextWrapping
pub windows_reactor::TextWrapping::NoWrap
pub windows_reactor::TextWrapping::Wrap
pub windows_reactor::TextWrapping::WrapWholeWords
#[repr(u8)] pub enum windows_reactor::ThemeBrush
pub windows_reactor::ThemeBrush::Accent
pub windows_reactor::ThemeBrush::AccentText
pub windows_reactor::ThemeBrush::CardBackground
pub windows_reactor::ThemeBrush::CardStroke
pub windows_reactor::ThemeBrush::PrimaryText
pub windows_reactor::ThemeBrush::SolidBackground
pub windows_reactor::ThemeBrush::SystemCritical
pub windows_reactor::ThemeBrush::SystemCriticalBackground
impl core::convert::From<windows_reactor::ThemeBrush> for windows_reactor::Brush
pub fn windows_reactor::Brush::from(windows_reactor::ThemeBrush) -> Self
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::TimePickerSlot
pub windows_reactor::TimePickerSlot::Header
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::TitleBarSlot
pub windows_reactor::TitleBarSlot::Content
pub windows_reactor::TitleBarSlot::RightHeader
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::ToggleSwitchSlot
pub windows_reactor::ToggleSwitchSlot::Header
pub windows_reactor::ToggleSwitchSlot::OffContent
pub windows_reactor::ToggleSwitchSlot::OnContent
pub enum windows_reactor::TooltipPlacement
pub windows_reactor::TooltipPlacement::Bottom
pub windows_reactor::TooltipPlacement::Left
pub windows_reactor::TooltipPlacement::Mouse
pub windows_reactor::TooltipPlacement::Right
pub windows_reactor::TooltipPlacement::Top
#[non_exhaustive] pub enum windows_reactor::TreeViewSelectionMode
pub windows_reactor::TreeViewSelectionMode::Multiple
pub windows_reactor::TreeViewSelectionMode::None
pub windows_reactor::TreeViewSelectionMode::Single
pub enum windows_reactor::VerticalAlignment
pub windows_reactor::VerticalAlignment::Bottom
pub windows_reactor::VerticalAlignment::Center
pub windows_reactor::VerticalAlignment::Stretch
pub windows_reactor::VerticalAlignment::Top
#[non_exhaustive] #[repr(u8)] pub enum windows_reactor::ViewboxSlot
pub windows_reactor::ViewboxSlot::Child
pub enum windows_reactor::WindowBackdrop
pub windows_reactor::WindowBackdrop::Acrylic
pub windows_reactor::WindowBackdrop::Mica
pub windows_reactor::WindowBackdrop::MicaAlt
pub windows_reactor::WindowBackdrop::None
pub enum windows_reactor::WindowTheme
pub windows_reactor::WindowTheme::Dark
pub windows_reactor::WindowTheme::Light
pub windows_reactor::WindowTheme::System
pub enum windows_reactor::WindowTitleBarHeight
pub windows_reactor::WindowTitleBarHeight::Standard
pub windows_reactor::WindowTitleBarHeight::Tall
pub struct windows_reactor::App
impl windows_reactor::App
pub fn windows_reactor::App::run(windows_reactor::View) -> windows_result::Result<()>
pub fn windows_reactor::App::run_component<C: windows_reactor::Component>(<C as windows_reactor::Component>::Input) -> windows_result::Result<()>
pub fn windows_reactor::App::run_windows<I>(I) -> windows_result::Result<()> where I: core::iter::traits::collect::IntoIterator<Item = windows_reactor::View>
pub struct windows_reactor::AppBarButton
impl windows_reactor::AppBarButton
pub fn windows_reactor::AppBarButton::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::AppBarButton::label(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::AppBarButton::label_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::AppBarButton::new() -> Self
pub fn windows_reactor::AppBarButton::on_click(self, impl windows_reactor::IntoUnitCallback) -> Self
impl core::convert::From<windows_reactor::AppBarButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::AppBarButton) -> Self
impl windows_reactor::LayoutControl for windows_reactor::AppBarButton
pub fn windows_reactor::AppBarButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::AppBarButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::AppBarButton
pub type windows_reactor::AppBarButton::Slot = windows_reactor::AppBarButtonSlot
pub fn windows_reactor::AppBarButton::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::AppBarButton::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::AppBarButton::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::AppBarSeparator
impl windows_reactor::AppBarSeparator
pub fn windows_reactor::AppBarSeparator::new() -> Self
impl core::convert::From<windows_reactor::AppBarSeparator> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::AppBarSeparator) -> Self
impl windows_reactor::LayoutControl for windows_reactor::AppBarSeparator
pub fn windows_reactor::AppBarSeparator::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::AppBarSeparator::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::AutoSuggestBox
impl windows_reactor::AutoSuggestBox
pub fn windows_reactor::AutoSuggestBox::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::AutoSuggestBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::AutoSuggestBox::items_source<I, S>(self, I) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::AutoSuggestBox::items_source_optional<I, S>(self, core::option::Option<I>) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::AutoSuggestBox::new() -> Self
pub fn windows_reactor::AutoSuggestBox::on_suggestion_chosen(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub fn windows_reactor::AutoSuggestBox::on_text_changed(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub fn windows_reactor::AutoSuggestBox::placeholder_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::AutoSuggestBox::placeholder_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::AutoSuggestBox::text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::AutoSuggestBox::text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::AutoSuggestBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::AutoSuggestBox) -> Self
impl windows_reactor::FocusControl for windows_reactor::AutoSuggestBox
impl windows_reactor::LayoutControl for windows_reactor::AutoSuggestBox
pub fn windows_reactor::AutoSuggestBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::AutoSuggestBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::AutoSuggestBox
impl windows_reactor::SlotsControl for windows_reactor::AutoSuggestBox
pub type windows_reactor::AutoSuggestBox::Slot = windows_reactor::AutoSuggestBoxSlot
pub fn windows_reactor::AutoSuggestBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::AutoSuggestBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::AutoSuggestBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::BitmapIcon
impl windows_reactor::BitmapIcon
pub fn windows_reactor::BitmapIcon::new() -> Self
pub fn windows_reactor::BitmapIcon::show_as_monochrome(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::BitmapIcon::uri_source(self, impl core::convert::Into<alloc::string::String>) -> windows_result::Result<Self>
pub fn windows_reactor::BitmapIcon::uri_source_optional<T>(self, core::option::Option<T>) -> windows_result::Result<Self> where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::BitmapIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::BitmapIcon) -> Self
impl windows_reactor::LayoutControl for windows_reactor::BitmapIcon
pub fn windows_reactor::BitmapIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::BitmapIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::Border
impl windows_reactor::Border
pub fn windows_reactor::Border::background(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Border::background_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Border::border_brush(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Border::border_brush_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Border::border_thickness(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self
pub fn windows_reactor::Border::border_thickness_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Border::capture_pointer_on_press(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::Border::corner_radius(self, impl core::convert::Into<windows_reactor::CornerRadius>) -> Self
pub fn windows_reactor::Border::corner_radius_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::CornerRadius>
pub fn windows_reactor::Border::drop_policy(self, impl core::convert::Into<core::option::Option<windows_reactor::DragDropPolicy>>) -> Self
pub fn windows_reactor::Border::new() -> Self
pub fn windows_reactor::Border::on_drag_enter(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::DragKind>) -> Self
pub fn windows_reactor::Border::on_drag_leave(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::Border::on_drag_over(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::DragKind>) -> Self
pub fn windows_reactor::Border::on_drop(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::DroppedData>) -> Self
pub fn windows_reactor::Border::on_pointer_canceled(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::Border::on_pointer_capture_lost(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::Border::on_pointer_entered(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::PointerEventInfo>) -> Self
pub fn windows_reactor::Border::on_pointer_exited(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::PointerEventInfo>) -> Self
pub fn windows_reactor::Border::on_pointer_moved(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::PointerEventInfo>) -> Self
pub fn windows_reactor::Border::on_pointer_pressed(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::PointerEventInfo>) -> Self
pub fn windows_reactor::Border::on_pointer_released(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::PointerEventInfo>) -> Self
pub fn windows_reactor::Border::opacity_transition(self, impl core::convert::Into<core::option::Option<core::time::Duration>>) -> Self
pub fn windows_reactor::Border::padding(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self
pub fn windows_reactor::Border::padding_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Border::scale(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Border::scale_transition(self, impl core::convert::Into<core::option::Option<core::time::Duration>>) -> Self
impl core::convert::From<windows_reactor::Border> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Border) -> Self
impl windows_reactor::ContentControl for windows_reactor::Border
pub fn windows_reactor::Border::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::Border
pub fn windows_reactor::Border::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Border::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::BreadcrumbBar
impl windows_reactor::BreadcrumbBar
pub fn windows_reactor::BreadcrumbBar::items_source<I, S>(self, I) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::BreadcrumbBar::items_source_optional<I, S>(self, core::option::Option<I>) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::BreadcrumbBar::new() -> Self
pub fn windows_reactor::BreadcrumbBar::on_item_clicked(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
impl core::convert::From<windows_reactor::BreadcrumbBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::BreadcrumbBar) -> Self
impl windows_reactor::LayoutControl for windows_reactor::BreadcrumbBar
pub fn windows_reactor::BreadcrumbBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::BreadcrumbBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::Button
impl windows_reactor::Button
pub fn windows_reactor::Button::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::Button::horizontal_content_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self
pub fn windows_reactor::Button::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::Button::key_accelerators(self, impl core::convert::Into<core::option::Option<windows_reactor::KeyAccelerators>>) -> Self
pub fn windows_reactor::Button::new() -> Self
pub fn windows_reactor::Button::on_click(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::Button::resource_overrides(self, impl core::convert::Into<core::option::Option<windows_reactor::ResourceOverrides>>) -> Self
pub fn windows_reactor::Button::style(self, impl core::convert::Into<core::option::Option<windows_reactor::ButtonStyle>>) -> Self
pub fn windows_reactor::Button::vertical_content_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self
impl core::convert::From<windows_reactor::Button> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Button) -> Self
impl windows_reactor::ContentControl for windows_reactor::Button
pub fn windows_reactor::Button::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::FocusControl for windows_reactor::Button
impl windows_reactor::LayoutControl for windows_reactor::Button
pub fn windows_reactor::Button::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Button::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::Button
pub struct windows_reactor::CalendarDatePicker
impl windows_reactor::CalendarDatePicker
pub fn windows_reactor::CalendarDatePicker::is_calendar_open(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CalendarDatePicker::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CalendarDatePicker::is_today_highlighted(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CalendarDatePicker::new() -> Self
pub fn windows_reactor::CalendarDatePicker::on_date_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<windows_time::bindings::DateTime>>) -> Self
pub fn windows_reactor::CalendarDatePicker::placeholder_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::CalendarDatePicker::placeholder_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::CalendarDatePicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CalendarDatePicker) -> Self
impl windows_reactor::LayoutControl for windows_reactor::CalendarDatePicker
pub fn windows_reactor::CalendarDatePicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CalendarDatePicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::CalendarDatePicker
pub type windows_reactor::CalendarDatePicker::Slot = windows_reactor::CalendarDatePickerSlot
pub fn windows_reactor::CalendarDatePicker::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::CalendarDatePicker::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::CalendarDatePicker::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::CalendarView
impl windows_reactor::CalendarView
pub fn windows_reactor::CalendarView::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CalendarView::is_group_label_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CalendarView::is_today_highlighted(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CalendarView::new() -> Self
pub fn windows_reactor::CalendarView::on_selected_dates_changed(self, impl windows_reactor::IntoUnitCallback) -> Self
impl core::convert::From<windows_reactor::CalendarView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CalendarView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::CalendarView
pub fn windows_reactor::CalendarView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CalendarView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::Callback<T>
impl<T> windows_reactor::Callback<T>
pub fn windows_reactor::Callback<T>::call(&self, T) -> bool
pub fn windows_reactor::Callback<T>::new(impl core::ops::function::Fn(T) + 'static) -> Self
impl windows_reactor::IntoUnitCallback for windows_reactor::Callback<()>
pub fn windows_reactor::Callback<()>::into_unit_callback(self) -> Self
impl<T> core::clone::Clone for windows_reactor::Callback<T>
pub fn windows_reactor::Callback<T>::clone(&self) -> Self
impl<T> core::cmp::PartialEq for windows_reactor::Callback<T>
pub fn windows_reactor::Callback<T>::eq(&self, &Self) -> bool
impl<T> core::fmt::Debug for windows_reactor::Callback<T>
pub fn windows_reactor::Callback<T>::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl<T> windows_reactor::IntoPayloadCallback<T> for windows_reactor::Callback<T>
pub fn windows_reactor::Callback<T>::into_payload_callback(self) -> Self
pub struct windows_reactor::CancellationToken
impl windows_reactor::CancellationToken
pub fn windows_reactor::CancellationToken::is_cancelled(&self) -> bool
pub struct windows_reactor::Canvas
impl windows_reactor::Canvas
pub fn windows_reactor::Canvas::new() -> Self
impl core::convert::From<windows_reactor::Canvas> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Canvas) -> Self
impl windows_reactor::ChildrenControl for windows_reactor::Canvas
pub fn windows_reactor::Canvas::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::Canvas::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::LayoutControl for windows_reactor::Canvas
pub fn windows_reactor::Canvas::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Canvas::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::CheckBox
impl windows_reactor::CheckBox
pub fn windows_reactor::CheckBox::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::CheckBox::is_checked(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CheckBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::CheckBox::new() -> Self
pub fn windows_reactor::CheckBox::on_is_checked_changed(self, impl windows_reactor::IntoPayloadCallback<bool>) -> Self
impl core::convert::From<windows_reactor::CheckBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CheckBox) -> Self
impl windows_reactor::ContentControl for windows_reactor::CheckBox
pub fn windows_reactor::CheckBox::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::FocusControl for windows_reactor::CheckBox
impl windows_reactor::LayoutControl for windows_reactor::CheckBox
pub fn windows_reactor::CheckBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CheckBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::CheckBox
#[repr(C)] pub struct windows_reactor::Color
pub windows_reactor::Color::a: u8
pub windows_reactor::Color::b: u8
pub windows_reactor::Color::g: u8
pub windows_reactor::Color::r: u8
impl windows_reactor::Color
pub const fn windows_reactor::Color::argb(u8, u8, u8, u8) -> Self
pub const fn windows_reactor::Color::rgb(u8, u8, u8) -> Self
pub const fn windows_reactor::Color::transparent() -> Self
impl core::convert::From<windows_reactor::Color> for windows_reactor::Brush
pub fn windows_reactor::Brush::from(windows_reactor::Color) -> Self
impl core::convert::From<windows_reactor::Color> for windows_reactor::ResourceValue
pub fn windows_reactor::ResourceValue::from(windows_reactor::Color) -> Self
pub struct windows_reactor::ColorPicker
impl windows_reactor::ColorPicker
pub fn windows_reactor::ColorPicker::color(self, impl core::convert::Into<core::option::Option<windows_reactor::Color>>) -> Self
pub fn windows_reactor::ColorPicker::is_alpha_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ColorPicker::is_color_channel_text_input_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ColorPicker::is_color_slider_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ColorPicker::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ColorPicker::is_hex_input_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ColorPicker::new() -> Self
pub fn windows_reactor::ColorPicker::on_color_changed(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::Color>) -> Self
impl core::convert::From<windows_reactor::ColorPicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ColorPicker) -> Self
impl windows_reactor::LayoutControl for windows_reactor::ColorPicker
pub fn windows_reactor::ColorPicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ColorPicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::ComboBox
impl windows_reactor::ComboBox
pub fn windows_reactor::ComboBox::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::ComboBox::is_editable(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ComboBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ComboBox::items_source<I, S>(self, I) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::ComboBox::items_source_optional<I, S>(self, core::option::Option<I>) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::ComboBox::new() -> Self
pub fn windows_reactor::ComboBox::on_selection_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<usize>>) -> Self
pub fn windows_reactor::ComboBox::placeholder_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::ComboBox::placeholder_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::ComboBox::selected_index(self, impl core::convert::Into<core::option::Option<usize>>) -> Self
impl core::convert::From<windows_reactor::ComboBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ComboBox) -> Self
impl windows_reactor::FocusControl for windows_reactor::ComboBox
impl windows_reactor::LayoutControl for windows_reactor::ComboBox
pub fn windows_reactor::ComboBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ComboBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::ComboBox
impl windows_reactor::SlotsControl for windows_reactor::ComboBox
pub type windows_reactor::ComboBox::Slot = windows_reactor::ComboBoxSlot
pub fn windows_reactor::ComboBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ComboBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ComboBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::CommandBar
impl windows_reactor::CommandBar
pub fn windows_reactor::CommandBar::new() -> Self
impl windows_reactor::CommandBar
pub fn windows_reactor::CommandBar::owned_commands(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::CommandBarCommand>, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::CommandBarCommand>, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> windows_reactor::View
impl core::convert::From<windows_reactor::CommandBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CommandBar) -> Self
impl windows_reactor::LayoutControl for windows_reactor::CommandBar
pub fn windows_reactor::CommandBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CommandBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::CommandBar
pub type windows_reactor::CommandBar::Slot = windows_reactor::CommandBarSlot
pub fn windows_reactor::CommandBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::CommandBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::CommandBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::CommandBarFlyout
impl windows_reactor::CommandBarFlyout
pub fn windows_reactor::CommandBarFlyout::new(impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::CommandBarCommand>, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::CommandBarCommand>, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub struct windows_reactor::ComponentContext<C: windows_reactor::Component>
impl<C: windows_reactor::Component> windows_reactor::ComponentContext<C>
pub fn windows_reactor::ComponentContext<C>::open_window(&self, windows_reactor::View) -> bool
pub fn windows_reactor::ComponentContext<C>::sender(&self) -> windows_reactor::LocalSender<<C as windows_reactor::Component>::Message>
pub fn windows_reactor::ComponentContext<C>::spawn_background<F>(&self, F) -> windows_reactor::ComponentTask where <C as windows_reactor::Component>::Message: core::marker::Send, F: core::ops::function::FnOnce(windows_reactor::CancellationToken) -> <C as windows_reactor::Component>::Message + core::marker::Send + 'static
pub fn windows_reactor::ComponentContext<C>::spawn_background_with_rejection<F>(&self, F, <C as windows_reactor::Component>::Message) -> windows_reactor::ComponentTask where <C as windows_reactor::Component>::Message: core::marker::Send, F: core::ops::function::FnOnce(windows_reactor::CancellationToken) -> <C as windows_reactor::Component>::Message + core::marker::Send + 'static
pub fn windows_reactor::ComponentContext<C>::window(&self) -> windows_reactor::WindowRef
pub struct windows_reactor::ComponentTask
impl windows_reactor::ComponentTask
pub fn windows_reactor::ComponentTask::cancel(&self)
pub fn windows_reactor::ComponentTask::is_cancelled(&self) -> bool
pub fn windows_reactor::ComponentTask::status(&self) -> windows_reactor::ComponentTaskStatus
impl core::fmt::Debug for windows_reactor::ComponentTask
pub fn windows_reactor::ComponentTask::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
pub struct windows_reactor::ContentDialog
impl windows_reactor::ContentDialog
pub fn windows_reactor::ContentDialog::close_button_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::ContentDialog::close_button_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::ContentDialog::is_open(self, bool) -> Self
pub fn windows_reactor::ContentDialog::is_primary_button_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ContentDialog::is_secondary_button_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ContentDialog::new() -> Self
pub fn windows_reactor::ContentDialog::on_closed(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::ContentDialogResult>) -> Self
pub fn windows_reactor::ContentDialog::primary_button_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::ContentDialog::primary_button_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::ContentDialog::secondary_button_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::ContentDialog::secondary_button_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::ContentDialog::title(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::ContentDialog::title_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::ContentDialog> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ContentDialog) -> Self
impl windows_reactor::ContentControl for windows_reactor::ContentDialog
pub fn windows_reactor::ContentDialog::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub struct windows_reactor::Context<T>
impl<T> windows_reactor::Context<T>
pub fn windows_reactor::Context<T>::new(T) -> Self
impl<T> core::cmp::Eq for windows_reactor::Context<T>
impl<T> core::cmp::PartialEq for windows_reactor::Context<T>
pub fn windows_reactor::Context<T>::eq(&self, &Self) -> bool
pub struct windows_reactor::CornerRadius(_)
impl windows_reactor::CornerRadius
pub fn windows_reactor::CornerRadius::bottom_left(&self) -> f64
pub fn windows_reactor::CornerRadius::bottom_right(&self) -> f64
pub fn windows_reactor::CornerRadius::new(f64, f64, f64, f64) -> Self
pub fn windows_reactor::CornerRadius::top_left(&self) -> f64
pub fn windows_reactor::CornerRadius::top_right(&self) -> f64
pub fn windows_reactor::CornerRadius::uniform(f64) -> Self
impl core::cmp::PartialEq for windows_reactor::CornerRadius
pub fn windows_reactor::CornerRadius::eq(&self, &Self) -> bool
impl core::convert::From<f64> for windows_reactor::CornerRadius
pub fn windows_reactor::CornerRadius::from(f64) -> Self
impl core::convert::From<windows_reactor::CornerRadius> for windows_reactor::ResourceValue
pub fn windows_reactor::ResourceValue::from(windows_reactor::CornerRadius) -> Self
impl core::default::Default for windows_reactor::CornerRadius
pub fn windows_reactor::CornerRadius::default() -> Self
pub struct windows_reactor::DatePicker
impl windows_reactor::DatePicker
pub fn windows_reactor::DatePicker::day_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::DatePicker::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::DatePicker::month_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::DatePicker::new() -> Self
pub fn windows_reactor::DatePicker::on_selected_date_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<windows_time::bindings::DateTime>>) -> Self
pub fn windows_reactor::DatePicker::year_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
impl core::convert::From<windows_reactor::DatePicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::DatePicker) -> Self
impl windows_reactor::LayoutControl for windows_reactor::DatePicker
pub fn windows_reactor::DatePicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::DatePicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::DatePicker
pub type windows_reactor::DatePicker::Slot = windows_reactor::DatePickerSlot
pub fn windows_reactor::DatePicker::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::DatePicker::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::DatePicker::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::DragDropAction
pub windows_reactor::DragDropAction::caption: core::option::Option<alloc::string::String>
pub windows_reactor::DragDropAction::operation: windows_reactor::DragDropOperation
impl windows_reactor::DragDropAction
pub fn windows_reactor::DragDropAction::caption(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::DragDropAction::new(windows_reactor::DragDropOperation) -> Self
pub struct windows_reactor::DragDropPolicy
pub windows_reactor::DragDropPolicy::storage_items: core::option::Option<windows_reactor::DragDropAction>
pub windows_reactor::DragDropPolicy::text: core::option::Option<windows_reactor::DragDropAction>
impl windows_reactor::DragDropPolicy
pub fn windows_reactor::DragDropPolicy::new() -> Self
pub fn windows_reactor::DragDropPolicy::storage_items(self, impl core::convert::Into<core::option::Option<windows_reactor::DragDropAction>>) -> Self
pub fn windows_reactor::DragDropPolicy::text(self, impl core::convert::Into<core::option::Option<windows_reactor::DragDropAction>>) -> Self
pub struct windows_reactor::DropDownButton
impl windows_reactor::DropDownButton
pub fn windows_reactor::DropDownButton::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::DropDownButton::new() -> Self
pub fn windows_reactor::DropDownButton::on_click(self, impl windows_reactor::IntoUnitCallback) -> Self
impl core::convert::From<windows_reactor::DropDownButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::DropDownButton) -> Self
impl windows_reactor::ContentControl for windows_reactor::DropDownButton
pub fn windows_reactor::DropDownButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::DropDownButton
pub fn windows_reactor::DropDownButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::DropDownButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::DroppedStorageItem
pub windows_reactor::DroppedStorageItem::name: alloc::string::String
pub windows_reactor::DroppedStorageItem::path: alloc::string::String
pub struct windows_reactor::EffectKey(_)
impl core::convert::From<&str> for windows_reactor::EffectKey
pub fn windows_reactor::EffectKey::from(&str) -> Self
impl core::convert::From<alloc::string::String> for windows_reactor::EffectKey
pub fn windows_reactor::EffectKey::from(alloc::string::String) -> Self
impl core::convert::From<u32> for windows_reactor::EffectKey
pub fn windows_reactor::EffectKey::from(u32) -> Self
impl core::convert::From<u64> for windows_reactor::EffectKey
pub fn windows_reactor::EffectKey::from(u64) -> Self
impl core::convert::From<usize> for windows_reactor::EffectKey
pub fn windows_reactor::EffectKey::from(usize) -> Self
pub struct windows_reactor::ElementObservation
impl core::ops::drop::Drop for windows_reactor::ElementObservation
pub fn windows_reactor::ElementObservation::drop(&mut self)
pub struct windows_reactor::ElementRef<T>
impl windows_reactor::ElementRef<windows_reactor::Grid>
pub fn windows_reactor::ElementRef<windows_reactor::Grid>::observe_composition_host(&self, impl core::ops::function::Fn(windows_reactor::CompositionHostEvent) + 'static) -> windows_reactor::ElementObservation
pub fn windows_reactor::ElementRef<windows_reactor::Grid>::request_set_child_visual(&self, core::option::Option<windows_core::unknown::IUnknown>, impl core::ops::function::Fn(core::result::Result<(), windows_reactor::CompositionHostError>) + 'static) -> bool
impl windows_reactor::ElementRef<windows_reactor::Image>
pub fn windows_reactor::ElementRef<windows_reactor::Image>::observe_rasterization_scale(&self, impl core::ops::function::Fn(f64) + 'static) -> windows_reactor::ElementObservation
pub fn windows_reactor::ElementRef<windows_reactor::Image>::request_set_native_source(&self, core::option::Option<windows_core::unknown::IUnknown>, impl core::ops::function::Fn(core::result::Result<(), windows_reactor::ImageSourceError>) + 'static) -> bool
impl windows_reactor::ElementRef<windows_reactor::SwapChainPanel>
pub fn windows_reactor::ElementRef<windows_reactor::SwapChainPanel>::observe_surface(&self, impl core::ops::function::Fn(windows_reactor::SwapChainPanelEvent) + 'static) -> windows_reactor::ElementObservation
pub fn windows_reactor::ElementRef<windows_reactor::SwapChainPanel>::request_clear_swap_chain(&self, impl core::ops::function::Fn(core::result::Result<(), windows_reactor::SwapChainPanelError>) + 'static) -> bool
pub fn windows_reactor::ElementRef<windows_reactor::SwapChainPanel>::request_set_swap_chain(&self, windows_core::unknown::IUnknown, impl core::ops::function::Fn(core::result::Result<(), windows_reactor::SwapChainPanelError>) + 'static) -> bool
impl windows_reactor::ElementRef<windows_reactor::WebView2>
pub fn windows_reactor::ElementRef<windows_reactor::WebView2>::request_core_web_view2(&self, impl core::ops::function::Fn(core::result::Result<windows_core::unknown::IUnknown, windows_reactor::WebView2Error>) + 'static) -> bool
impl<T: windows_reactor::FocusControl> windows_reactor::ElementRef<T>
pub fn windows_reactor::ElementRef<T>::request_focus(&self) -> bool
pub fn windows_reactor::ElementRef<T>::request_focus_result(&self, impl core::ops::function::Fn(core::result::Result<bool, windows_reactor::FocusError>) + 'static) -> bool
impl<T: windows_reactor::ReferenceControl> windows_reactor::ElementRef<T>
pub fn windows_reactor::ElementRef<T>::new() -> Self
impl<T: windows_reactor::ReferenceControl> core::default::Default for windows_reactor::ElementRef<T>
pub fn windows_reactor::ElementRef<T>::default() -> Self
impl<T> core::clone::Clone for windows_reactor::ElementRef<T>
pub fn windows_reactor::ElementRef<T>::clone(&self) -> Self
impl<T> core::cmp::Eq for windows_reactor::ElementRef<T>
impl<T> core::cmp::PartialEq for windows_reactor::ElementRef<T>
pub fn windows_reactor::ElementRef<T>::eq(&self, &Self) -> bool
impl<T> core::fmt::Debug for windows_reactor::ElementRef<T>
pub fn windows_reactor::ElementRef<T>::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
pub struct windows_reactor::Ellipse
impl windows_reactor::Ellipse
pub fn windows_reactor::Ellipse::fill(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Ellipse::fill_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Ellipse::new() -> Self
pub fn windows_reactor::Ellipse::stroke(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Ellipse::stroke_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Ellipse::stroke_thickness(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::Ellipse> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Ellipse) -> Self
impl windows_reactor::LayoutControl for windows_reactor::Ellipse
pub fn windows_reactor::Ellipse::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Ellipse::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::EncodedImage(_)
impl windows_reactor::EncodedImage
pub fn windows_reactor::EncodedImage::as_bytes(&self) -> &[u8]
pub fn windows_reactor::EncodedImage::from_static(&'static [u8]) -> Self
pub fn windows_reactor::EncodedImage::new(impl core::convert::Into<alloc::sync::Arc<[u8]>>) -> Self
impl core::cmp::PartialEq for windows_reactor::EncodedImage
pub fn windows_reactor::EncodedImage::eq(&self, &Self) -> bool
impl core::fmt::Debug for windows_reactor::EncodedImage
pub fn windows_reactor::EncodedImage::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
pub struct windows_reactor::ExitTransition
impl windows_reactor::ExitTransition
pub fn windows_reactor::ExitTransition::duration(self) -> core::time::Duration
pub fn windows_reactor::ExitTransition::fade(core::time::Duration) -> Self
pub struct windows_reactor::Expander
impl windows_reactor::Expander
pub fn windows_reactor::Expander::is_expanded(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::Expander::new() -> Self
pub fn windows_reactor::Expander::on_is_expanded_changed(self, impl windows_reactor::IntoPayloadCallback<bool>) -> Self
impl core::convert::From<windows_reactor::Expander> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Expander) -> Self
impl windows_reactor::LayoutControl for windows_reactor::Expander
pub fn windows_reactor::Expander::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Expander::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::Expander
pub type windows_reactor::Expander::Slot = windows_reactor::ExpanderSlot
pub fn windows_reactor::Expander::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Expander::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Expander::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::FlipView
impl windows_reactor::FlipView
pub fn windows_reactor::FlipView::new() -> Self
pub fn windows_reactor::FlipView::on_selection_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<usize>>) -> Self
pub fn windows_reactor::FlipView::selected_index(self, impl core::convert::Into<core::option::Option<usize>>) -> Self
impl core::convert::From<windows_reactor::FlipView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::FlipView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::FlipView
pub fn windows_reactor::FlipView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::FlipView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::FlipView
pub type windows_reactor::FlipView::Slot = windows_reactor::FlipViewSlot
pub fn windows_reactor::FlipView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::FlipView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::FlipView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::Flyout
impl windows_reactor::Flyout
pub fn windows_reactor::Flyout::placement(self, windows_reactor::FlyoutPlacement) -> Self
pub fn windows_reactor::Flyout::rich(impl core::convert::Into<windows_reactor::View>) -> Self
pub fn windows_reactor::Flyout::text(impl core::convert::Into<alloc::string::String>) -> Self
pub struct windows_reactor::FontIcon
impl windows_reactor::FontIcon
pub fn windows_reactor::FontIcon::glyph(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::FontIcon::glyph_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::FontIcon::new() -> Self
impl core::convert::From<windows_reactor::FontIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::FontIcon) -> Self
impl windows_reactor::LayoutControl for windows_reactor::FontIcon
pub fn windows_reactor::FontIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::FontIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::FontWeight(_)
impl windows_reactor::FontWeight
pub const windows_reactor::FontWeight::BLACK: Self
pub const windows_reactor::FontWeight::BOLD: Self
pub const windows_reactor::FontWeight::EXTRA_BLACK: Self
pub const windows_reactor::FontWeight::EXTRA_BOLD: Self
pub const windows_reactor::FontWeight::EXTRA_LIGHT: Self
pub const windows_reactor::FontWeight::LIGHT: Self
pub const windows_reactor::FontWeight::MEDIUM: Self
pub const windows_reactor::FontWeight::NORMAL: Self
pub const windows_reactor::FontWeight::SEMI_BOLD: Self
pub const windows_reactor::FontWeight::SEMI_LIGHT: Self
pub const windows_reactor::FontWeight::THIN: Self
pub const fn windows_reactor::FontWeight::get(self) -> u16
pub const fn windows_reactor::FontWeight::new(u16) -> core::option::Option<Self>
impl core::default::Default for windows_reactor::FontWeight
pub fn windows_reactor::FontWeight::default() -> Self
pub struct windows_reactor::Grid
impl windows_reactor::Grid
pub fn windows_reactor::Grid::background(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Grid::background_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Grid::column_spacing(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Grid::columns(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::GridLength>) -> Self
pub fn windows_reactor::Grid::columns_optional<T>(self, core::option::Option<T>) -> Self where T: core::iter::traits::collect::IntoIterator<Item = windows_reactor::GridLength>
pub fn windows_reactor::Grid::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::Grid::key_accelerators(self, impl core::convert::Into<core::option::Option<windows_reactor::KeyAccelerators>>) -> Self
pub fn windows_reactor::Grid::new() -> Self
pub fn windows_reactor::Grid::row_spacing(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Grid::rows(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::GridLength>) -> Self
pub fn windows_reactor::Grid::rows_optional<T>(self, core::option::Option<T>) -> Self where T: core::iter::traits::collect::IntoIterator<Item = windows_reactor::GridLength>
impl core::convert::From<windows_reactor::Grid> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Grid) -> Self
impl windows_reactor::ChildrenControl for windows_reactor::Grid
pub fn windows_reactor::Grid::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::Grid::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::LayoutControl for windows_reactor::Grid
pub fn windows_reactor::Grid::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Grid::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::Grid
pub struct windows_reactor::GridView
impl windows_reactor::GridView
pub fn windows_reactor::GridView::allow_drop(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::GridView::can_drag_items(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::GridView::can_reorder_items(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::GridView::new() -> Self
pub fn windows_reactor::GridView::on_reordered(self, impl windows_reactor::IntoPayloadCallback<alloc::vec::Vec<alloc::string::String>>) -> Self
pub fn windows_reactor::GridView::on_selection_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<usize>>) -> Self
pub fn windows_reactor::GridView::selected_index(self, impl core::convert::Into<core::option::Option<usize>>) -> Self
impl core::convert::From<windows_reactor::GridView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::GridView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::GridView
pub fn windows_reactor::GridView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::GridView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::GridView
pub type windows_reactor::GridView::Slot = windows_reactor::GridViewSlot
pub fn windows_reactor::GridView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::GridView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::GridView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::GridViewItem
impl windows_reactor::GridViewItem
pub fn windows_reactor::GridViewItem::new() -> Self
pub fn windows_reactor::GridViewItem::tag(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::GridViewItem::tag_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::GridViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::GridViewItem) -> Self
impl windows_reactor::ContentControl for windows_reactor::GridViewItem
pub fn windows_reactor::GridViewItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::GridViewItem
pub fn windows_reactor::GridViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::GridViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::HyperlinkButton
impl windows_reactor::HyperlinkButton
pub fn windows_reactor::HyperlinkButton::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::HyperlinkButton::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::HyperlinkButton::navigate_uri(self, impl core::convert::Into<alloc::string::String>) -> windows_result::Result<Self>
pub fn windows_reactor::HyperlinkButton::navigate_uri_optional<T>(self, core::option::Option<T>) -> windows_result::Result<Self> where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::HyperlinkButton::new() -> Self
pub fn windows_reactor::HyperlinkButton::on_click(self, impl windows_reactor::IntoUnitCallback) -> Self
impl core::convert::From<windows_reactor::HyperlinkButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::HyperlinkButton) -> Self
impl windows_reactor::ContentControl for windows_reactor::HyperlinkButton
pub fn windows_reactor::HyperlinkButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::FocusControl for windows_reactor::HyperlinkButton
impl windows_reactor::LayoutControl for windows_reactor::HyperlinkButton
pub fn windows_reactor::HyperlinkButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::HyperlinkButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::HyperlinkButton
pub struct windows_reactor::Image
impl windows_reactor::Image
pub fn windows_reactor::Image::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::Image::new() -> Self
pub fn windows_reactor::Image::on_failed(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::Image::on_opened(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::Image::source(self, impl core::convert::Into<alloc::string::String>) -> windows_result::Result<Self>
pub fn windows_reactor::Image::source_data(self, windows_reactor::EncodedImage) -> Self
pub fn windows_reactor::Image::source_file(self, impl core::convert::AsRef<std::path::Path>) -> windows_result::Result<Self>
pub fn windows_reactor::Image::source_optional<T>(self, core::option::Option<T>) -> windows_result::Result<Self> where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::Image::stretch(self, impl core::convert::Into<core::option::Option<windows_reactor::Stretch>>) -> Self
impl core::convert::From<windows_reactor::Image> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Image) -> Self
impl windows_reactor::LayoutControl for windows_reactor::Image
pub fn windows_reactor::Image::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Image::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::Image
pub struct windows_reactor::ImageIcon
impl windows_reactor::ImageIcon
pub fn windows_reactor::ImageIcon::new() -> Self
pub fn windows_reactor::ImageIcon::source(self, impl core::convert::Into<alloc::string::String>) -> windows_result::Result<Self>
pub fn windows_reactor::ImageIcon::source_data(self, windows_reactor::EncodedImage) -> Self
pub fn windows_reactor::ImageIcon::source_file(self, impl core::convert::AsRef<std::path::Path>) -> windows_result::Result<Self>
pub fn windows_reactor::ImageIcon::source_optional<T>(self, core::option::Option<T>) -> windows_result::Result<Self> where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::ImageIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ImageIcon) -> Self
impl windows_reactor::LayoutControl for windows_reactor::ImageIcon
pub fn windows_reactor::ImageIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ImageIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::InfoBadge
impl windows_reactor::InfoBadge
pub fn windows_reactor::InfoBadge::new() -> Self
pub fn windows_reactor::InfoBadge::value(self, impl core::convert::Into<core::option::Option<i32>>) -> Self
impl core::convert::From<windows_reactor::InfoBadge> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::InfoBadge) -> Self
impl windows_reactor::LayoutControl for windows_reactor::InfoBadge
pub fn windows_reactor::InfoBadge::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::InfoBadge::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::InfoBar
impl windows_reactor::InfoBar
pub fn windows_reactor::InfoBar::is_closable(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::InfoBar::is_open(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::InfoBar::message(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::InfoBar::message_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::InfoBar::new() -> Self
pub fn windows_reactor::InfoBar::on_closed(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::InfoBar::severity(self, impl core::convert::Into<core::option::Option<windows_reactor::InfoBarSeverity>>) -> Self
pub fn windows_reactor::InfoBar::title(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::InfoBar::title_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::InfoBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::InfoBar) -> Self
impl windows_reactor::LayoutControl for windows_reactor::InfoBar
pub fn windows_reactor::InfoBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::InfoBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::ItemsRepeater
impl windows_reactor::ItemsRepeater
pub fn windows_reactor::ItemsRepeater::item(self, impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<windows_reactor::View>) -> Self
pub fn windows_reactor::ItemsRepeater::items<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> Self where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ItemsRepeater::new() -> Self
pub fn windows_reactor::ItemsRepeater::virtual_source(self, windows_reactor::VirtualSource) -> Self
impl core::convert::From<windows_reactor::ItemsRepeater> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ItemsRepeater) -> Self
impl windows_reactor::LayoutControl for windows_reactor::ItemsRepeater
pub fn windows_reactor::ItemsRepeater::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ItemsRepeater::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::Key(_)
impl core::convert::From<&str> for windows_reactor::Key
pub fn windows_reactor::Key::from(&str) -> Self
impl core::convert::From<alloc::string::String> for windows_reactor::Key
pub fn windows_reactor::Key::from(alloc::string::String) -> Self
impl core::convert::From<u32> for windows_reactor::Key
pub fn windows_reactor::Key::from(u32) -> Self
impl core::convert::From<u64> for windows_reactor::Key
pub fn windows_reactor::Key::from(u64) -> Self
impl core::convert::From<usize> for windows_reactor::Key
pub fn windows_reactor::Key::from(usize) -> Self
pub struct windows_reactor::KeyAccelerator
impl windows_reactor::KeyAccelerator
pub fn windows_reactor::KeyAccelerator::new(windows_reactor::AcceleratorKey, windows_reactor::AcceleratorModifiers, impl windows_reactor::IntoUnitCallback) -> Self
pub struct windows_reactor::KeyAccelerators
impl windows_reactor::KeyAccelerators
pub fn windows_reactor::KeyAccelerators::new(impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::KeyAccelerator>) -> Self
pub struct windows_reactor::KeyedView
impl windows_reactor::KeyedView
pub fn windows_reactor::KeyedView::key(&self) -> &windows_reactor::Key
pub fn windows_reactor::KeyedView::new(impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<windows_reactor::View>) -> Self
pub fn windows_reactor::KeyedView::view(&self) -> &windows_reactor::View
impl<K, V> core::convert::From<(K, V)> for windows_reactor::KeyedView where K: core::convert::Into<windows_reactor::Key>, V: core::convert::Into<windows_reactor::View>
pub fn windows_reactor::KeyedView::from((K, V)) -> Self
pub struct windows_reactor::Line
impl windows_reactor::Line
pub fn windows_reactor::Line::new() -> Self
pub fn windows_reactor::Line::stroke(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Line::stroke_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Line::stroke_thickness(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Line::x1(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Line::x2(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Line::y1(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Line::y2(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::Line> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Line) -> Self
impl windows_reactor::LayoutControl for windows_reactor::Line
pub fn windows_reactor::Line::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Line::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::ListBox
impl windows_reactor::ListBox
pub fn windows_reactor::ListBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ListBox::new() -> Self
pub fn windows_reactor::ListBox::on_selected_tag_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<alloc::string::String>>) -> Self
impl core::convert::From<windows_reactor::ListBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListBox) -> Self
impl windows_reactor::LayoutControl for windows_reactor::ListBox
pub fn windows_reactor::ListBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::ListBox
pub type windows_reactor::ListBox::Slot = windows_reactor::ListBoxSlot
pub fn windows_reactor::ListBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ListBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ListBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::ListBoxItem
impl windows_reactor::ListBoxItem
pub fn windows_reactor::ListBoxItem::is_selected(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ListBoxItem::new() -> Self
pub fn windows_reactor::ListBoxItem::tag(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::ListBoxItem::tag_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::ListBoxItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListBoxItem) -> Self
impl windows_reactor::ContentControl for windows_reactor::ListBoxItem
pub fn windows_reactor::ListBoxItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::ListBoxItem
pub fn windows_reactor::ListBoxItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListBoxItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::ListView
impl windows_reactor::ListView
pub fn windows_reactor::ListView::allow_drop(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ListView::can_drag_items(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ListView::can_reorder_items(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ListView::new() -> Self
pub fn windows_reactor::ListView::on_reordered(self, impl windows_reactor::IntoPayloadCallback<alloc::vec::Vec<alloc::string::String>>) -> Self
pub fn windows_reactor::ListView::on_selection_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<usize>>) -> Self
pub fn windows_reactor::ListView::selected_index(self, impl core::convert::Into<core::option::Option<usize>>) -> Self
pub fn windows_reactor::ListView::selection_mode(self, impl core::convert::Into<core::option::Option<windows_reactor::ListViewSelectionMode>>) -> Self
impl core::convert::From<windows_reactor::ListView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::ListView
pub fn windows_reactor::ListView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::ListView
pub type windows_reactor::ListView::Slot = windows_reactor::ListViewSlot
pub fn windows_reactor::ListView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ListView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ListView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::ListViewItem
impl windows_reactor::ListViewItem
pub fn windows_reactor::ListViewItem::new() -> Self
pub fn windows_reactor::ListViewItem::tag(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::ListViewItem::tag_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::ListViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListViewItem) -> Self
impl windows_reactor::ContentControl for windows_reactor::ListViewItem
pub fn windows_reactor::ListViewItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::ListViewItem
pub fn windows_reactor::ListViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::LocalSender<M>
impl<M: 'static> windows_reactor::LocalSender<M>
pub fn windows_reactor::LocalSender<M>::callback<T, F>(&self, F) -> windows_reactor::Callback<T> where F: core::ops::function::Fn(T) -> M + 'static
pub fn windows_reactor::LocalSender<M>::message(&self, M) -> windows_reactor::Callback<()> where M: core::clone::Clone
pub fn windows_reactor::LocalSender<M>::send(&self, M) -> bool
impl<M> core::clone::Clone for windows_reactor::LocalSender<M>
pub fn windows_reactor::LocalSender<M>::clone(&self) -> Self
pub struct windows_reactor::Menu
impl windows_reactor::Menu
pub fn windows_reactor::Menu::new(impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::MenuItem>, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub struct windows_reactor::MenuBar
impl windows_reactor::MenuBar
pub fn windows_reactor::MenuBar::new() -> Self
impl core::convert::From<windows_reactor::MenuBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::MenuBar) -> Self
impl windows_reactor::LayoutControl for windows_reactor::MenuBar
pub fn windows_reactor::MenuBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::MenuBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::MenuBar
pub type windows_reactor::MenuBar::Slot = windows_reactor::MenuBarSlot
pub fn windows_reactor::MenuBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::MenuBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::MenuBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::MenuBarItem
impl windows_reactor::MenuBarItem
pub fn windows_reactor::MenuBarItem::new() -> Self
pub fn windows_reactor::MenuBarItem::title(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::MenuBarItem::title_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::MenuBarItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::MenuBarItem) -> Self
impl windows_reactor::LayoutControl for windows_reactor::MenuBarItem
pub fn windows_reactor::MenuBarItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::MenuBarItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::NavigationView
impl windows_reactor::NavigationView
pub fn windows_reactor::NavigationView::always_show_header(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationView::is_back_button_visible(self, impl core::convert::Into<core::option::Option<windows_reactor::NavigationViewBackButtonVisible>>) -> Self
pub fn windows_reactor::NavigationView::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationView::is_pane_open(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationView::is_pane_toggle_button_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationView::is_settings_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationView::new() -> Self
pub fn windows_reactor::NavigationView::on_display_mode_changed(self, impl windows_reactor::IntoPayloadCallback<windows_reactor::NavigationViewDisplayMode>) -> Self
pub fn windows_reactor::NavigationView::on_is_pane_open_changed(self, impl windows_reactor::IntoPayloadCallback<bool>) -> Self
pub fn windows_reactor::NavigationView::on_selected_tag_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<alloc::string::String>>) -> Self
pub fn windows_reactor::NavigationView::open_pane_length(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::NavigationView::pane_display_mode(self, impl core::convert::Into<core::option::Option<windows_reactor::NavigationViewPaneDisplayMode>>) -> Self
pub fn windows_reactor::NavigationView::pane_title(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::NavigationView::pane_title_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::NavigationView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::NavigationView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::NavigationView
pub fn windows_reactor::NavigationView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::NavigationView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::NavigationView
pub type windows_reactor::NavigationView::Slot = windows_reactor::NavigationViewSlot
pub fn windows_reactor::NavigationView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::NavigationView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::NavigationView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::NavigationViewItem
impl windows_reactor::NavigationViewItem
pub fn windows_reactor::NavigationViewItem::is_expanded(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationViewItem::is_selected(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationViewItem::new() -> Self
pub fn windows_reactor::NavigationViewItem::selects_on_invoked(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NavigationViewItem::tag(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::NavigationViewItem::tag_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::NavigationViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::NavigationViewItem) -> Self
impl windows_reactor::LayoutControl for windows_reactor::NavigationViewItem
pub fn windows_reactor::NavigationViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::NavigationViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::NavigationViewItem
pub type windows_reactor::NavigationViewItem::Slot = windows_reactor::NavigationViewItemSlot
pub fn windows_reactor::NavigationViewItem::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::NavigationViewItem::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::NavigationViewItem::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::NumberBox
impl windows_reactor::NumberBox
pub fn windows_reactor::NumberBox::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::NumberBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::NumberBox::maximum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::NumberBox::minimum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::NumberBox::new() -> Self
pub fn windows_reactor::NumberBox::on_value_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<f64>>) -> Self
pub fn windows_reactor::NumberBox::value(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::NumberBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::NumberBox) -> Self
impl windows_reactor::FocusControl for windows_reactor::NumberBox
impl windows_reactor::LayoutControl for windows_reactor::NumberBox
pub fn windows_reactor::NumberBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::NumberBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::NumberBox
impl windows_reactor::SlotsControl for windows_reactor::NumberBox
pub type windows_reactor::NumberBox::Slot = windows_reactor::NumberBoxSlot
pub fn windows_reactor::NumberBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::NumberBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::NumberBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::PasswordBox
impl windows_reactor::PasswordBox
pub fn windows_reactor::PasswordBox::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::PasswordBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::PasswordBox::new() -> Self
pub fn windows_reactor::PasswordBox::on_password_changed(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub fn windows_reactor::PasswordBox::password(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::PasswordBox::password_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::PasswordBox::password_reveal_mode(self, impl core::convert::Into<core::option::Option<windows_reactor::PasswordRevealMode>>) -> Self
pub fn windows_reactor::PasswordBox::placeholder_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::PasswordBox::placeholder_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::PasswordBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PasswordBox) -> Self
impl windows_reactor::FocusControl for windows_reactor::PasswordBox
impl windows_reactor::LayoutControl for windows_reactor::PasswordBox
pub fn windows_reactor::PasswordBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PasswordBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::PasswordBox
impl windows_reactor::SlotsControl for windows_reactor::PasswordBox
pub type windows_reactor::PasswordBox::Slot = windows_reactor::PasswordBoxSlot
pub fn windows_reactor::PasswordBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::PasswordBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::PasswordBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::PathIcon
impl windows_reactor::PathIcon
pub fn windows_reactor::PathIcon::data(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::PathIcon::data_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::PathIcon::new() -> Self
impl core::convert::From<windows_reactor::PathIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PathIcon) -> Self
impl windows_reactor::LayoutControl for windows_reactor::PathIcon
pub fn windows_reactor::PathIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PathIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::PersonPicture
impl windows_reactor::PersonPicture
pub fn windows_reactor::PersonPicture::display_name(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::PersonPicture::display_name_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::PersonPicture::initials(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::PersonPicture::initials_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::PersonPicture::new() -> Self
impl core::convert::From<windows_reactor::PersonPicture> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PersonPicture) -> Self
impl windows_reactor::LayoutControl for windows_reactor::PersonPicture
pub fn windows_reactor::PersonPicture::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PersonPicture::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::Pivot
impl windows_reactor::Pivot
pub fn windows_reactor::Pivot::new() -> Self
pub fn windows_reactor::Pivot::on_selection_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<usize>>) -> Self
pub fn windows_reactor::Pivot::selected_index(self, impl core::convert::Into<core::option::Option<usize>>) -> Self
pub fn windows_reactor::Pivot::title(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::Pivot::title_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::Pivot> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Pivot) -> Self
impl windows_reactor::LayoutControl for windows_reactor::Pivot
pub fn windows_reactor::Pivot::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Pivot::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::Pivot
pub type windows_reactor::Pivot::Slot = windows_reactor::PivotSlot
pub fn windows_reactor::Pivot::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Pivot::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Pivot::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::PivotItem
impl windows_reactor::PivotItem
pub fn windows_reactor::PivotItem::header(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::PivotItem::header_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::PivotItem::new() -> Self
impl core::convert::From<windows_reactor::PivotItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PivotItem) -> Self
impl windows_reactor::ContentControl for windows_reactor::PivotItem
pub fn windows_reactor::PivotItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::PivotItem
pub fn windows_reactor::PivotItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PivotItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::PointerEventInfo
pub windows_reactor::PointerEventInfo::capture_succeeded: bool
pub windows_reactor::PointerEventInfo::is_left_button_pressed: bool
pub windows_reactor::PointerEventInfo::is_middle_button_pressed: bool
pub windows_reactor::PointerEventInfo::is_right_button_pressed: bool
pub windows_reactor::PointerEventInfo::window_x: f64
pub windows_reactor::PointerEventInfo::window_y: f64
pub windows_reactor::PointerEventInfo::x: f64
pub windows_reactor::PointerEventInfo::y: f64
pub struct windows_reactor::ProgressBar
impl windows_reactor::ProgressBar
pub fn windows_reactor::ProgressBar::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ProgressBar::is_indeterminate(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ProgressBar::maximum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::ProgressBar::minimum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::ProgressBar::new() -> Self
pub fn windows_reactor::ProgressBar::show_error(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ProgressBar::show_paused(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ProgressBar::value(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::ProgressBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ProgressBar) -> Self
impl windows_reactor::LayoutControl for windows_reactor::ProgressBar
pub fn windows_reactor::ProgressBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ProgressBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::ProgressRing
impl windows_reactor::ProgressRing
pub fn windows_reactor::ProgressRing::is_active(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ProgressRing::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ProgressRing::is_indeterminate(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ProgressRing::maximum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::ProgressRing::minimum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::ProgressRing::new() -> Self
pub fn windows_reactor::ProgressRing::value(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::ProgressRing> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ProgressRing) -> Self
impl windows_reactor::LayoutControl for windows_reactor::ProgressRing
pub fn windows_reactor::ProgressRing::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ProgressRing::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::RadioButton
impl windows_reactor::RadioButton
pub fn windows_reactor::RadioButton::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::RadioButton::group_name(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::RadioButton::group_name_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::RadioButton::is_checked(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::RadioButton::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::RadioButton::new() -> Self
pub fn windows_reactor::RadioButton::on_checked(self, impl windows_reactor::IntoPayloadCallback<bool>) -> Self
impl core::convert::From<windows_reactor::RadioButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RadioButton) -> Self
impl windows_reactor::ContentControl for windows_reactor::RadioButton
pub fn windows_reactor::RadioButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::FocusControl for windows_reactor::RadioButton
impl windows_reactor::LayoutControl for windows_reactor::RadioButton
pub fn windows_reactor::RadioButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RadioButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::RadioButton
pub struct windows_reactor::RadioButtons
impl windows_reactor::RadioButtons
pub fn windows_reactor::RadioButtons::items_source<I, S>(self, I) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::RadioButtons::items_source_optional<I, S>(self, core::option::Option<I>) -> Self where I: core::iter::traits::collect::IntoIterator<Item = S>, S: core::convert::Into<alloc::string::String>
pub fn windows_reactor::RadioButtons::max_columns(self, impl core::convert::Into<core::option::Option<i32>>) -> Self
pub fn windows_reactor::RadioButtons::new() -> Self
pub fn windows_reactor::RadioButtons::on_selection_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<usize>>) -> Self
pub fn windows_reactor::RadioButtons::selected_index(self, impl core::convert::Into<core::option::Option<usize>>) -> Self
impl core::convert::From<windows_reactor::RadioButtons> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RadioButtons) -> Self
impl windows_reactor::LayoutControl for windows_reactor::RadioButtons
pub fn windows_reactor::RadioButtons::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RadioButtons::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::RadioButtons
pub type windows_reactor::RadioButtons::Slot = windows_reactor::RadioButtonsSlot
pub fn windows_reactor::RadioButtons::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::RadioButtons::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::RadioButtons::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::RatingControl
impl windows_reactor::RatingControl
pub fn windows_reactor::RatingControl::caption(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::RatingControl::caption_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::RatingControl::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::RatingControl::is_read_only(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::RatingControl::max_rating(self, impl core::convert::Into<core::option::Option<i32>>) -> Self
pub fn windows_reactor::RatingControl::new() -> Self
pub fn windows_reactor::RatingControl::on_value_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<f64>>) -> Self
pub fn windows_reactor::RatingControl::value(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::RatingControl> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RatingControl) -> Self
impl windows_reactor::FocusControl for windows_reactor::RatingControl
impl windows_reactor::LayoutControl for windows_reactor::RatingControl
pub fn windows_reactor::RatingControl::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RatingControl::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::RatingControl
pub struct windows_reactor::Rectangle
impl windows_reactor::Rectangle
pub fn windows_reactor::Rectangle::fill(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Rectangle::fill_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Rectangle::new() -> Self
pub fn windows_reactor::Rectangle::radius_x(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Rectangle::radius_y(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Rectangle::stroke(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::Rectangle::stroke_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::Rectangle::stroke_thickness(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::Rectangle> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Rectangle) -> Self
impl windows_reactor::LayoutControl for windows_reactor::Rectangle
pub fn windows_reactor::Rectangle::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Rectangle::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::RelativePanel
impl windows_reactor::RelativePanel
pub fn windows_reactor::RelativePanel::new() -> Self
impl core::convert::From<windows_reactor::RelativePanel> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RelativePanel) -> Self
impl windows_reactor::ChildrenControl for windows_reactor::RelativePanel
pub fn windows_reactor::RelativePanel::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::RelativePanel::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::LayoutControl for windows_reactor::RelativePanel
pub fn windows_reactor::RelativePanel::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RelativePanel::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::RepeatButton
impl windows_reactor::RepeatButton
pub fn windows_reactor::RepeatButton::delay(self, impl core::convert::Into<core::option::Option<i32>>) -> Self
pub fn windows_reactor::RepeatButton::interval(self, impl core::convert::Into<core::option::Option<i32>>) -> Self
pub fn windows_reactor::RepeatButton::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::RepeatButton::new() -> Self
pub fn windows_reactor::RepeatButton::on_click(self, impl windows_reactor::IntoUnitCallback) -> Self
impl core::convert::From<windows_reactor::RepeatButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RepeatButton) -> Self
impl windows_reactor::ContentControl for windows_reactor::RepeatButton
pub fn windows_reactor::RepeatButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::RepeatButton
pub fn windows_reactor::RepeatButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RepeatButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::ResourceOverrides
impl windows_reactor::ResourceOverrides
pub fn windows_reactor::ResourceOverrides::new() -> Self
pub fn windows_reactor::ResourceOverrides::set(self, impl core::convert::Into<alloc::string::String>, impl core::convert::Into<windows_reactor::ResourceValue>) -> Self
pub struct windows_reactor::RichEditBox
impl windows_reactor::RichEditBox
pub fn windows_reactor::RichEditBox::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::RichEditBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::RichEditBox::is_read_only(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::RichEditBox::new() -> Self
pub fn windows_reactor::RichEditBox::on_text_changed(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub fn windows_reactor::RichEditBox::placeholder_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::RichEditBox::placeholder_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::RichEditBox::text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::RichEditBox::text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::RichEditBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RichEditBox) -> Self
impl windows_reactor::FocusControl for windows_reactor::RichEditBox
impl windows_reactor::LayoutControl for windows_reactor::RichEditBox
pub fn windows_reactor::RichEditBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RichEditBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::RichEditBox
impl windows_reactor::SlotsControl for windows_reactor::RichEditBox
pub type windows_reactor::RichEditBox::Slot = windows_reactor::RichEditBoxSlot
pub fn windows_reactor::RichEditBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::RichEditBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::RichEditBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::RichText
impl windows_reactor::RichText
pub fn windows_reactor::RichText::new(impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::RichTextParagraph>) -> Self
pub fn windows_reactor::RichText::single_paragraph(impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::RichTextInline>) -> Self
pub struct windows_reactor::RichTextBlock
impl windows_reactor::RichTextBlock
pub fn windows_reactor::RichTextBlock::font_size(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::RichTextBlock::is_text_selection_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::RichTextBlock::new() -> Self
pub fn windows_reactor::RichTextBlock::paragraphs(self, impl core::convert::Into<core::option::Option<windows_reactor::RichText>>) -> Self
pub fn windows_reactor::RichTextBlock::text_wrapping(self, impl core::convert::Into<core::option::Option<windows_reactor::TextWrapping>>) -> Self
impl core::convert::From<windows_reactor::RichTextBlock> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RichTextBlock) -> Self
impl windows_reactor::LayoutControl for windows_reactor::RichTextBlock
pub fn windows_reactor::RichTextBlock::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RichTextBlock::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::RichTextHyperlink
pub windows_reactor::RichTextHyperlink::text: alloc::string::String
pub windows_reactor::RichTextHyperlink::uri: alloc::string::String
pub struct windows_reactor::RichTextParagraph
impl windows_reactor::RichTextParagraph
pub fn windows_reactor::RichTextParagraph::new(impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::RichTextInline>) -> Self
pub struct windows_reactor::RichTextRun
pub windows_reactor::RichTextRun::is_bold: bool
pub windows_reactor::RichTextRun::is_italic: bool
pub windows_reactor::RichTextRun::text: alloc::string::String
impl windows_reactor::RichTextRun
pub fn windows_reactor::RichTextRun::plain(impl core::convert::Into<alloc::string::String>) -> Self
pub struct windows_reactor::ScrollView
impl windows_reactor::ScrollView
pub fn windows_reactor::ScrollView::horizontal_scroll_bar_visibility(self, impl core::convert::Into<core::option::Option<windows_reactor::ScrollingScrollBarVisibility>>) -> Self
pub fn windows_reactor::ScrollView::new() -> Self
pub fn windows_reactor::ScrollView::vertical_scroll_bar_visibility(self, impl core::convert::Into<core::option::Option<windows_reactor::ScrollingScrollBarVisibility>>) -> Self
impl core::convert::From<windows_reactor::ScrollView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ScrollView) -> Self
impl windows_reactor::ContentControl for windows_reactor::ScrollView
pub fn windows_reactor::ScrollView::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::ScrollView
pub fn windows_reactor::ScrollView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ScrollView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::ScrollViewer
impl windows_reactor::ScrollViewer
pub fn windows_reactor::ScrollViewer::horizontal_scroll_bar_visibility(self, impl core::convert::Into<core::option::Option<windows_reactor::ScrollBarVisibility>>) -> Self
pub fn windows_reactor::ScrollViewer::new() -> Self
pub fn windows_reactor::ScrollViewer::vertical_scroll_bar_visibility(self, impl core::convert::Into<core::option::Option<windows_reactor::ScrollBarVisibility>>) -> Self
impl core::convert::From<windows_reactor::ScrollViewer> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ScrollViewer) -> Self
impl windows_reactor::ContentControl for windows_reactor::ScrollViewer
pub fn windows_reactor::ScrollViewer::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::ScrollViewer
pub fn windows_reactor::ScrollViewer::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ScrollViewer::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::SelectorBar
impl windows_reactor::SelectorBar
pub fn windows_reactor::SelectorBar::new() -> Self
pub fn windows_reactor::SelectorBar::on_selected_text_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<alloc::string::String>>) -> Self
impl core::convert::From<windows_reactor::SelectorBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SelectorBar) -> Self
impl windows_reactor::LayoutControl for windows_reactor::SelectorBar
pub fn windows_reactor::SelectorBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SelectorBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::SelectorBar
pub type windows_reactor::SelectorBar::Slot = windows_reactor::SelectorBarSlot
pub fn windows_reactor::SelectorBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SelectorBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::SelectorBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::SelectorBarItem
impl windows_reactor::SelectorBarItem
pub fn windows_reactor::SelectorBarItem::is_selected(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::SelectorBarItem::new() -> Self
pub fn windows_reactor::SelectorBarItem::text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::SelectorBarItem::text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::SelectorBarItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SelectorBarItem) -> Self
impl windows_reactor::LayoutControl for windows_reactor::SelectorBarItem
pub fn windows_reactor::SelectorBarItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SelectorBarItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::SelectorBarItem
pub type windows_reactor::SelectorBarItem::Slot = windows_reactor::SelectorBarItemSlot
pub fn windows_reactor::SelectorBarItem::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SelectorBarItem::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::SelectorBarItem::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::Slider
impl windows_reactor::Slider
pub fn windows_reactor::Slider::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::Slider::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::Slider::maximum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Slider::minimum(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Slider::new() -> Self
pub fn windows_reactor::Slider::on_value_changed(self, impl windows_reactor::IntoPayloadCallback<f64>) -> Self
pub fn windows_reactor::Slider::orientation(self, impl core::convert::Into<core::option::Option<windows_reactor::Orientation>>) -> Self
pub fn windows_reactor::Slider::step_frequency(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::Slider::value(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::Slider> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Slider) -> Self
impl windows_reactor::FocusControl for windows_reactor::Slider
impl windows_reactor::LayoutControl for windows_reactor::Slider
pub fn windows_reactor::Slider::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Slider::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::Slider
impl windows_reactor::SlotsControl for windows_reactor::Slider
pub type windows_reactor::Slider::Slot = windows_reactor::SliderSlot
pub fn windows_reactor::Slider::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Slider::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Slider::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::SlotView<S>
impl<S> windows_reactor::SlotView<S>
pub fn windows_reactor::SlotView<S>::collection<T>(S, impl core::iter::traits::collect::IntoIterator<Item = T>) -> Self where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SlotView<S>::new(S, impl core::convert::Into<windows_reactor::View>) -> Self
pub struct windows_reactor::SplitButton
impl windows_reactor::SplitButton
pub fn windows_reactor::SplitButton::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::SplitButton::new() -> Self
pub fn windows_reactor::SplitButton::on_click(self, impl windows_reactor::IntoUnitCallback) -> Self
impl core::convert::From<windows_reactor::SplitButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SplitButton) -> Self
impl windows_reactor::ContentControl for windows_reactor::SplitButton
pub fn windows_reactor::SplitButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::SplitButton
pub fn windows_reactor::SplitButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SplitButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::SplitView
impl windows_reactor::SplitView
pub fn windows_reactor::SplitView::compact_pane_length(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::SplitView::display_mode(self, impl core::convert::Into<core::option::Option<windows_reactor::SplitViewDisplayMode>>) -> Self
pub fn windows_reactor::SplitView::is_pane_open(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::SplitView::new() -> Self
pub fn windows_reactor::SplitView::on_pane_closed(self, impl windows_reactor::IntoPayloadCallback<bool>) -> Self
pub fn windows_reactor::SplitView::open_pane_length(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::SplitView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SplitView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::SplitView
pub fn windows_reactor::SplitView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SplitView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::SplitView
pub type windows_reactor::SplitView::Slot = windows_reactor::SplitViewSlot
pub fn windows_reactor::SplitView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SplitView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::SplitView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::StackPanel
impl windows_reactor::StackPanel
pub fn windows_reactor::StackPanel::new() -> Self
pub fn windows_reactor::StackPanel::orientation(self, impl core::convert::Into<core::option::Option<windows_reactor::Orientation>>) -> Self
pub fn windows_reactor::StackPanel::spacing(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
impl core::convert::From<windows_reactor::StackPanel> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::StackPanel) -> Self
impl windows_reactor::ChildrenControl for windows_reactor::StackPanel
pub fn windows_reactor::StackPanel::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::StackPanel::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::LayoutControl for windows_reactor::StackPanel
pub fn windows_reactor::StackPanel::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::StackPanel::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::SwapChainPanel
impl windows_reactor::SwapChainPanel
pub fn windows_reactor::SwapChainPanel::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::SwapChainPanel::new() -> Self
impl core::convert::From<windows_reactor::SwapChainPanel> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SwapChainPanel) -> Self
impl windows_reactor::LayoutControl for windows_reactor::SwapChainPanel
pub fn windows_reactor::SwapChainPanel::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SwapChainPanel::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::SwapChainPanel
pub struct windows_reactor::SymbolIcon
impl windows_reactor::SymbolIcon
pub fn windows_reactor::SymbolIcon::new() -> Self
pub fn windows_reactor::SymbolIcon::symbol(self, impl core::convert::Into<core::option::Option<windows_reactor::Symbol>>) -> Self
impl core::convert::From<windows_reactor::SymbolIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SymbolIcon) -> Self
impl windows_reactor::LayoutControl for windows_reactor::SymbolIcon
pub fn windows_reactor::SymbolIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SymbolIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::TabView
impl windows_reactor::TabView
pub fn windows_reactor::TabView::can_reorder_tabs(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TabView::is_add_tab_button_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TabView::new() -> Self
pub fn windows_reactor::TabView::on_add_tab_button_click(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::TabView::on_close_requested(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub fn windows_reactor::TabView::on_reordered(self, impl windows_reactor::IntoPayloadCallback<alloc::vec::Vec<alloc::string::String>>) -> Self
pub fn windows_reactor::TabView::on_selection_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<usize>>) -> Self
pub fn windows_reactor::TabView::selected_index(self, impl core::convert::Into<core::option::Option<usize>>) -> Self
impl core::convert::From<windows_reactor::TabView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TabView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::TabView
pub fn windows_reactor::TabView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TabView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::TabView
pub type windows_reactor::TabView::Slot = windows_reactor::TabViewSlot
pub fn windows_reactor::TabView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TabView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TabView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::TabViewItem
impl windows_reactor::TabViewItem
pub fn windows_reactor::TabViewItem::header(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TabViewItem::header_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TabViewItem::is_closable(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TabViewItem::new() -> Self
pub fn windows_reactor::TabViewItem::tag(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TabViewItem::tag_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::TabViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TabViewItem) -> Self
impl windows_reactor::ContentControl for windows_reactor::TabViewItem
pub fn windows_reactor::TabViewItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::LayoutControl for windows_reactor::TabViewItem
pub fn windows_reactor::TabViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TabViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::TeachingTip
impl windows_reactor::TeachingTip
pub fn windows_reactor::TeachingTip::action_button_content(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TeachingTip::action_button_content_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TeachingTip::close_button_content(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TeachingTip::close_button_content_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TeachingTip::is_light_dismiss_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TeachingTip::is_open(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TeachingTip::new() -> Self
pub fn windows_reactor::TeachingTip::on_action_button_click(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::TeachingTip::on_closed(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::TeachingTip::preferred_placement(self, impl core::convert::Into<core::option::Option<windows_reactor::TeachingTipPlacementMode>>) -> Self
pub fn windows_reactor::TeachingTip::subtitle(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TeachingTip::subtitle_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TeachingTip::title(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TeachingTip::title_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::TeachingTip> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TeachingTip) -> Self
impl windows_reactor::LayoutControl for windows_reactor::TeachingTip
pub fn windows_reactor::TeachingTip::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TeachingTip::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::TextBlock
impl windows_reactor::TextBlock
pub fn windows_reactor::TextBlock::font_size(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::TextBlock::font_weight(self, impl core::convert::Into<core::option::Option<windows_reactor::FontWeight>>) -> Self
pub fn windows_reactor::TextBlock::foreground(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::TextBlock::foreground_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::TextBlock::is_text_selection_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TextBlock::max_lines(self, impl core::convert::Into<core::option::Option<i32>>) -> Self
pub fn windows_reactor::TextBlock::new() -> Self
pub fn windows_reactor::TextBlock::text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TextBlock::text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TextBlock::text_trimming(self, impl core::convert::Into<core::option::Option<windows_reactor::TextTrimming>>) -> Self
pub fn windows_reactor::TextBlock::text_wrapping(self, impl core::convert::Into<core::option::Option<windows_reactor::TextWrapping>>) -> Self
impl core::convert::From<windows_reactor::TextBlock> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TextBlock) -> Self
impl windows_reactor::LayoutControl for windows_reactor::TextBlock
pub fn windows_reactor::TextBlock::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TextBlock::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::TextBox
impl windows_reactor::TextBox
pub fn windows_reactor::TextBox::accepts_return(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TextBox::background(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::TextBox::background_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::TextBox::border_brush(self, impl core::convert::Into<windows_reactor::Brush>) -> Self
pub fn windows_reactor::TextBox::border_brush_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Brush>
pub fn windows_reactor::TextBox::border_thickness(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self
pub fn windows_reactor::TextBox::border_thickness_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TextBox::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::TextBox::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TextBox::new() -> Self
pub fn windows_reactor::TextBox::on_text_changed(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub fn windows_reactor::TextBox::placeholder_text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TextBox::placeholder_text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TextBox::text(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TextBox::text_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TextBox::text_wrapping(self, impl core::convert::Into<core::option::Option<windows_reactor::TextWrapping>>) -> Self
impl core::convert::From<windows_reactor::TextBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TextBox) -> Self
impl windows_reactor::FocusControl for windows_reactor::TextBox
impl windows_reactor::LayoutControl for windows_reactor::TextBox
pub fn windows_reactor::TextBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TextBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::TextBox
impl windows_reactor::SlotsControl for windows_reactor::TextBox
pub type windows_reactor::TextBox::Slot = windows_reactor::TextBoxSlot
pub fn windows_reactor::TextBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TextBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TextBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::Thickness(_)
impl windows_reactor::Thickness
pub fn windows_reactor::Thickness::bottom(&self) -> f64
pub fn windows_reactor::Thickness::left(&self) -> f64
pub fn windows_reactor::Thickness::new(f64, f64, f64, f64) -> Self
pub fn windows_reactor::Thickness::right(&self) -> f64
pub fn windows_reactor::Thickness::top(&self) -> f64
pub fn windows_reactor::Thickness::uniform(f64) -> Self
pub fn windows_reactor::Thickness::xy(f64, f64) -> Self
impl core::cmp::PartialEq for windows_reactor::Thickness
pub fn windows_reactor::Thickness::eq(&self, &Self) -> bool
impl core::convert::From<f64> for windows_reactor::Thickness
pub fn windows_reactor::Thickness::from(f64) -> Self
impl core::convert::From<windows_reactor::Thickness> for windows_reactor::ResourceValue
pub fn windows_reactor::ResourceValue::from(windows_reactor::Thickness) -> Self
impl core::default::Default for windows_reactor::Thickness
pub fn windows_reactor::Thickness::default() -> Self
pub struct windows_reactor::TimePicker
impl windows_reactor::TimePicker
pub fn windows_reactor::TimePicker::clock_identifier(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TimePicker::clock_identifier_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TimePicker::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TimePicker::minute_increment(self, impl core::convert::Into<core::option::Option<i32>>) -> Self
pub fn windows_reactor::TimePicker::new() -> Self
pub fn windows_reactor::TimePicker::on_selected_time_changed(self, impl windows_reactor::IntoPayloadCallback<core::option::Option<windows_time::bindings::TimeSpan>>) -> Self
impl core::convert::From<windows_reactor::TimePicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TimePicker) -> Self
impl windows_reactor::LayoutControl for windows_reactor::TimePicker
pub fn windows_reactor::TimePicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TimePicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::TimePicker
pub type windows_reactor::TimePicker::Slot = windows_reactor::TimePickerSlot
pub fn windows_reactor::TimePicker::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TimePicker::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TimePicker::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::TitleBar
impl windows_reactor::TitleBar
pub fn windows_reactor::TitleBar::is_back_button_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TitleBar::is_back_button_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TitleBar::is_pane_toggle_button_visible(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::TitleBar::new() -> Self
pub fn windows_reactor::TitleBar::on_back_requested(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::TitleBar::on_pane_toggle_requested(self, impl windows_reactor::IntoUnitCallback) -> Self
pub fn windows_reactor::TitleBar::preferred_height(self, windows_reactor::WindowTitleBarHeight) -> Self
pub fn windows_reactor::TitleBar::subtitle(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TitleBar::subtitle_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
pub fn windows_reactor::TitleBar::title(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::TitleBar::title_optional<T>(self, core::option::Option<T>) -> Self where T: core::convert::Into<alloc::string::String>
impl core::convert::From<windows_reactor::TitleBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TitleBar) -> Self
impl windows_reactor::LayoutControl for windows_reactor::TitleBar
pub fn windows_reactor::TitleBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TitleBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::TitleBar
pub type windows_reactor::TitleBar::Slot = windows_reactor::TitleBarSlot
pub fn windows_reactor::TitleBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TitleBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TitleBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::ToggleButton
impl windows_reactor::ToggleButton
pub fn windows_reactor::ToggleButton::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::ToggleButton::is_checked(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ToggleButton::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ToggleButton::new() -> Self
pub fn windows_reactor::ToggleButton::on_is_checked_changed(self, impl windows_reactor::IntoPayloadCallback<bool>) -> Self
impl core::convert::From<windows_reactor::ToggleButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ToggleButton) -> Self
impl windows_reactor::ContentControl for windows_reactor::ToggleButton
pub fn windows_reactor::ToggleButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::FocusControl for windows_reactor::ToggleButton
impl windows_reactor::LayoutControl for windows_reactor::ToggleButton
pub fn windows_reactor::ToggleButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ToggleButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::ToggleButton
pub struct windows_reactor::ToggleSwitch
impl windows_reactor::ToggleSwitch
pub fn windows_reactor::ToggleSwitch::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::ToggleSwitch::is_enabled(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ToggleSwitch::is_on(self, impl core::convert::Into<core::option::Option<bool>>) -> Self
pub fn windows_reactor::ToggleSwitch::new() -> Self
pub fn windows_reactor::ToggleSwitch::on_toggled(self, impl windows_reactor::IntoPayloadCallback<bool>) -> Self
impl core::convert::From<windows_reactor::ToggleSwitch> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ToggleSwitch) -> Self
impl windows_reactor::FocusControl for windows_reactor::ToggleSwitch
impl windows_reactor::LayoutControl for windows_reactor::ToggleSwitch
pub fn windows_reactor::ToggleSwitch::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ToggleSwitch::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::ToggleSwitch
impl windows_reactor::SlotsControl for windows_reactor::ToggleSwitch
pub type windows_reactor::ToggleSwitch::Slot = windows_reactor::ToggleSwitchSlot
pub fn windows_reactor::ToggleSwitch::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ToggleSwitch::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ToggleSwitch::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::Tooltip
impl windows_reactor::Tooltip
pub fn windows_reactor::Tooltip::placement(self, windows_reactor::TooltipPlacement) -> Self
pub fn windows_reactor::Tooltip::rich(impl core::convert::Into<windows_reactor::View>) -> Self
pub fn windows_reactor::Tooltip::text(impl core::convert::Into<alloc::string::String>) -> Self
pub struct windows_reactor::TreeNode
impl windows_reactor::TreeNode
pub fn windows_reactor::TreeNode::child(self, Self) -> Self
pub fn windows_reactor::TreeNode::children(self, impl core::iter::traits::collect::IntoIterator<Item = Self>) -> Self
pub fn windows_reactor::TreeNode::expanded(self, bool) -> Self
pub fn windows_reactor::TreeNode::new(impl core::convert::Into<windows_reactor::Key>, impl core::convert::Into<alloc::string::String>) -> Self
pub struct windows_reactor::TreeView
impl windows_reactor::TreeView
pub fn windows_reactor::TreeView::new() -> Self
pub fn windows_reactor::TreeView::on_item_invoked(self, impl windows_reactor::IntoPayloadCallback<alloc::string::String>) -> Self
pub fn windows_reactor::TreeView::selection_mode(self, impl core::convert::Into<core::option::Option<windows_reactor::TreeViewSelectionMode>>) -> Self
impl core::convert::From<windows_reactor::TreeView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TreeView) -> Self
impl windows_reactor::LayoutControl for windows_reactor::TreeView
pub fn windows_reactor::TreeView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TreeView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::VariableSizedWrapGrid
impl windows_reactor::VariableSizedWrapGrid
pub fn windows_reactor::VariableSizedWrapGrid::item_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::VariableSizedWrapGrid::item_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self
pub fn windows_reactor::VariableSizedWrapGrid::new() -> Self
pub fn windows_reactor::VariableSizedWrapGrid::orientation(self, impl core::convert::Into<core::option::Option<windows_reactor::Orientation>>) -> Self
impl core::convert::From<windows_reactor::VariableSizedWrapGrid> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::VariableSizedWrapGrid) -> Self
impl windows_reactor::ChildrenControl for windows_reactor::VariableSizedWrapGrid
pub fn windows_reactor::VariableSizedWrapGrid::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::VariableSizedWrapGrid::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::LayoutControl for windows_reactor::VariableSizedWrapGrid
pub fn windows_reactor::VariableSizedWrapGrid::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::VariableSizedWrapGrid::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub struct windows_reactor::View(_)
impl windows_reactor::View
pub fn windows_reactor::View::component<C: windows_reactor::Component>(<C as windows_reactor::Component>::Input) -> Self
pub fn windows_reactor::View::empty() -> Self
pub fn windows_reactor::View::fragment(impl windows_reactor::IntoViews) -> Self
pub fn windows_reactor::View::keyed_fragment<T>(impl core::iter::traits::collect::IntoIterator<Item = T>) -> Self where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::View::provide<T>(&windows_reactor::Context<T>, T, impl core::convert::Into<Self>) -> Self where T: core::clone::Clone + core::cmp::PartialEq + 'static
impl core::convert::From<&str> for windows_reactor::View
pub fn windows_reactor::View::from(&str) -> Self
impl core::convert::From<alloc::string::String> for windows_reactor::View
pub fn windows_reactor::View::from(alloc::string::String) -> Self
impl core::convert::From<windows_reactor::AppBarButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::AppBarButton) -> Self
impl core::convert::From<windows_reactor::AppBarSeparator> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::AppBarSeparator) -> Self
impl core::convert::From<windows_reactor::AutoSuggestBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::AutoSuggestBox) -> Self
impl core::convert::From<windows_reactor::BitmapIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::BitmapIcon) -> Self
impl core::convert::From<windows_reactor::Border> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Border) -> Self
impl core::convert::From<windows_reactor::BreadcrumbBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::BreadcrumbBar) -> Self
impl core::convert::From<windows_reactor::Button> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Button) -> Self
impl core::convert::From<windows_reactor::CalendarDatePicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CalendarDatePicker) -> Self
impl core::convert::From<windows_reactor::CalendarView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CalendarView) -> Self
impl core::convert::From<windows_reactor::Canvas> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Canvas) -> Self
impl core::convert::From<windows_reactor::CheckBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CheckBox) -> Self
impl core::convert::From<windows_reactor::ColorPicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ColorPicker) -> Self
impl core::convert::From<windows_reactor::ComboBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ComboBox) -> Self
impl core::convert::From<windows_reactor::CommandBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::CommandBar) -> Self
impl core::convert::From<windows_reactor::ContentDialog> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ContentDialog) -> Self
impl core::convert::From<windows_reactor::DatePicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::DatePicker) -> Self
impl core::convert::From<windows_reactor::DropDownButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::DropDownButton) -> Self
impl core::convert::From<windows_reactor::Ellipse> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Ellipse) -> Self
impl core::convert::From<windows_reactor::Expander> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Expander) -> Self
impl core::convert::From<windows_reactor::FlipView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::FlipView) -> Self
impl core::convert::From<windows_reactor::FontIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::FontIcon) -> Self
impl core::convert::From<windows_reactor::Grid> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Grid) -> Self
impl core::convert::From<windows_reactor::GridView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::GridView) -> Self
impl core::convert::From<windows_reactor::GridViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::GridViewItem) -> Self
impl core::convert::From<windows_reactor::HyperlinkButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::HyperlinkButton) -> Self
impl core::convert::From<windows_reactor::Image> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Image) -> Self
impl core::convert::From<windows_reactor::ImageIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ImageIcon) -> Self
impl core::convert::From<windows_reactor::InfoBadge> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::InfoBadge) -> Self
impl core::convert::From<windows_reactor::InfoBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::InfoBar) -> Self
impl core::convert::From<windows_reactor::ItemsRepeater> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ItemsRepeater) -> Self
impl core::convert::From<windows_reactor::Line> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Line) -> Self
impl core::convert::From<windows_reactor::ListBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListBox) -> Self
impl core::convert::From<windows_reactor::ListBoxItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListBoxItem) -> Self
impl core::convert::From<windows_reactor::ListView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListView) -> Self
impl core::convert::From<windows_reactor::ListViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ListViewItem) -> Self
impl core::convert::From<windows_reactor::MenuBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::MenuBar) -> Self
impl core::convert::From<windows_reactor::MenuBarItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::MenuBarItem) -> Self
impl core::convert::From<windows_reactor::NavigationView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::NavigationView) -> Self
impl core::convert::From<windows_reactor::NavigationViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::NavigationViewItem) -> Self
impl core::convert::From<windows_reactor::NumberBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::NumberBox) -> Self
impl core::convert::From<windows_reactor::PasswordBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PasswordBox) -> Self
impl core::convert::From<windows_reactor::PathIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PathIcon) -> Self
impl core::convert::From<windows_reactor::PersonPicture> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PersonPicture) -> Self
impl core::convert::From<windows_reactor::Pivot> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Pivot) -> Self
impl core::convert::From<windows_reactor::PivotItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::PivotItem) -> Self
impl core::convert::From<windows_reactor::ProgressBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ProgressBar) -> Self
impl core::convert::From<windows_reactor::ProgressRing> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ProgressRing) -> Self
impl core::convert::From<windows_reactor::RadioButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RadioButton) -> Self
impl core::convert::From<windows_reactor::RadioButtons> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RadioButtons) -> Self
impl core::convert::From<windows_reactor::RatingControl> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RatingControl) -> Self
impl core::convert::From<windows_reactor::Rectangle> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Rectangle) -> Self
impl core::convert::From<windows_reactor::RelativePanel> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RelativePanel) -> Self
impl core::convert::From<windows_reactor::RepeatButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RepeatButton) -> Self
impl core::convert::From<windows_reactor::RichEditBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RichEditBox) -> Self
impl core::convert::From<windows_reactor::RichTextBlock> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::RichTextBlock) -> Self
impl core::convert::From<windows_reactor::ScrollView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ScrollView) -> Self
impl core::convert::From<windows_reactor::ScrollViewer> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ScrollViewer) -> Self
impl core::convert::From<windows_reactor::SelectorBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SelectorBar) -> Self
impl core::convert::From<windows_reactor::SelectorBarItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SelectorBarItem) -> Self
impl core::convert::From<windows_reactor::Slider> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Slider) -> Self
impl core::convert::From<windows_reactor::SplitButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SplitButton) -> Self
impl core::convert::From<windows_reactor::SplitView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SplitView) -> Self
impl core::convert::From<windows_reactor::StackPanel> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::StackPanel) -> Self
impl core::convert::From<windows_reactor::SwapChainPanel> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SwapChainPanel) -> Self
impl core::convert::From<windows_reactor::SymbolIcon> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::SymbolIcon) -> Self
impl core::convert::From<windows_reactor::TabView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TabView) -> Self
impl core::convert::From<windows_reactor::TabViewItem> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TabViewItem) -> Self
impl core::convert::From<windows_reactor::TeachingTip> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TeachingTip) -> Self
impl core::convert::From<windows_reactor::TextBlock> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TextBlock) -> Self
impl core::convert::From<windows_reactor::TextBox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TextBox) -> Self
impl core::convert::From<windows_reactor::TimePicker> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TimePicker) -> Self
impl core::convert::From<windows_reactor::TitleBar> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TitleBar) -> Self
impl core::convert::From<windows_reactor::ToggleButton> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ToggleButton) -> Self
impl core::convert::From<windows_reactor::ToggleSwitch> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::ToggleSwitch) -> Self
impl core::convert::From<windows_reactor::TreeView> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::TreeView) -> Self
impl core::convert::From<windows_reactor::VariableSizedWrapGrid> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::VariableSizedWrapGrid) -> Self
impl core::convert::From<windows_reactor::Viewbox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Viewbox) -> Self
impl core::convert::From<windows_reactor::WebView2> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::WebView2) -> Self
pub struct windows_reactor::ViewContext<C: windows_reactor::Component>
impl<C: windows_reactor::Component> windows_reactor::ViewContext<C>
pub fn windows_reactor::ViewContext<C>::callback<T>(&self, impl core::ops::function::Fn(T) -> <C as windows_reactor::Component>::Message + 'static) -> windows_reactor::Callback<T>
pub fn windows_reactor::ViewContext<C>::forward(&self) -> windows_reactor::Callback<<C as windows_reactor::Component>::Message>
pub fn windows_reactor::ViewContext<C>::message(&self, <C as windows_reactor::Component>::Message) -> windows_reactor::Callback<()> where <C as windows_reactor::Component>::Message: core::clone::Clone
pub fn windows_reactor::ViewContext<C>::on_color_scheme(&mut self, impl windows_reactor::IntoPayloadCallback<windows_reactor::ColorScheme>)
pub fn windows_reactor::ViewContext<C>::on_window_size(&mut self, impl windows_reactor::IntoPayloadCallback<windows_reactor::WindowSize>)
pub fn windows_reactor::ViewContext<C>::sender(&self) -> windows_reactor::LocalSender<<C as windows_reactor::Component>::Message>
pub fn windows_reactor::ViewContext<C>::use_context<T: core::clone::Clone + 'static>(&mut self, &windows_reactor::Context<T>) -> T
pub fn windows_reactor::ViewContext<C>::use_effect<D>(&mut self, impl core::convert::Into<windows_reactor::EffectKey>, D, impl core::ops::function::FnOnce() -> core::option::Option<alloc::boxed::Box<dyn core::ops::function::FnOnce()>> + 'static) where D: core::cmp::PartialEq + 'static
pub fn windows_reactor::ViewContext<C>::window_title(&mut self, impl core::convert::Into<alloc::string::String>)
pub fn windows_reactor::ViewContext<C>::window_visuals(&mut self, windows_reactor::WindowVisuals)
pub struct windows_reactor::Viewbox
impl windows_reactor::Viewbox
pub fn windows_reactor::Viewbox::new() -> Self
pub fn windows_reactor::Viewbox::stretch(self, impl core::convert::Into<core::option::Option<windows_reactor::Stretch>>) -> Self
impl core::convert::From<windows_reactor::Viewbox> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::Viewbox) -> Self
impl windows_reactor::LayoutControl for windows_reactor::Viewbox
pub fn windows_reactor::Viewbox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Viewbox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::SlotsControl for windows_reactor::Viewbox
pub type windows_reactor::Viewbox::Slot = windows_reactor::ViewboxSlot
pub fn windows_reactor::Viewbox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Viewbox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Viewbox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub struct windows_reactor::VirtualSource
impl windows_reactor::VirtualSource
pub fn windows_reactor::VirtualSource::is_empty(&self) -> bool
pub fn windows_reactor::VirtualSource::key_revision(&self) -> u64
pub fn windows_reactor::VirtualSource::len(&self) -> usize
pub fn windows_reactor::VirtualSource::new<K, V, KI, VI>(u64, usize, K, V) -> Self where K: core::ops::function::Fn(usize) -> KI + 'static, V: core::ops::function::Fn(usize) -> VI + 'static, KI: core::convert::Into<windows_reactor::Key>, VI: core::convert::Into<windows_reactor::View>
impl core::cmp::PartialEq for windows_reactor::VirtualSource
pub fn windows_reactor::VirtualSource::eq(&self, &Self) -> bool
impl core::fmt::Debug for windows_reactor::VirtualSource
pub fn windows_reactor::VirtualSource::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
pub struct windows_reactor::WebView2
impl windows_reactor::WebView2
pub fn windows_reactor::WebView2::element_ref(self, &windows_reactor::ElementRef<Self>) -> Self
pub fn windows_reactor::WebView2::new() -> Self
impl core::convert::From<windows_reactor::WebView2> for windows_reactor::View
pub fn windows_reactor::View::from(windows_reactor::WebView2) -> Self
impl windows_reactor::LayoutControl for windows_reactor::WebView2
pub fn windows_reactor::WebView2::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::WebView2::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::ReferenceControl for windows_reactor::WebView2
pub struct windows_reactor::WindowConstraints
pub windows_reactor::WindowConstraints::max_height: core::option::Option<f64>
pub windows_reactor::WindowConstraints::max_width: core::option::Option<f64>
pub windows_reactor::WindowConstraints::min_height: core::option::Option<f64>
pub windows_reactor::WindowConstraints::min_width: core::option::Option<f64>
pub struct windows_reactor::WindowRef
impl windows_reactor::WindowRef
pub fn windows_reactor::WindowRef::request_close(&self) -> bool
impl core::fmt::Debug for windows_reactor::WindowRef
pub fn windows_reactor::WindowRef::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
pub struct windows_reactor::WindowSize
pub windows_reactor::WindowSize::height: f64
pub windows_reactor::WindowSize::width: f64
pub struct windows_reactor::WindowVisuals
impl windows_reactor::WindowVisuals
pub fn windows_reactor::WindowVisuals::backdrop(self, windows_reactor::WindowBackdrop) -> Self
pub fn windows_reactor::WindowVisuals::client_size(self, f64, f64) -> Self
pub fn windows_reactor::WindowVisuals::constraints(self, windows_reactor::WindowConstraints) -> Self
pub fn windows_reactor::WindowVisuals::icon(self, &'static str) -> Self
pub fn windows_reactor::WindowVisuals::new() -> Self
pub fn windows_reactor::WindowVisuals::theme(self, windows_reactor::WindowTheme) -> Self
pub trait windows_reactor::AutomationExt: windows_reactor::LayoutControl + core::marker::Sized
pub fn windows_reactor::AutomationExt::automation_heading_level(self, windows_reactor::AutomationHeadingLevel) -> Self
pub fn windows_reactor::AutomationExt::automation_id(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn windows_reactor::AutomationExt::automation_name(self, impl core::convert::Into<alloc::string::String>) -> Self
impl<T: windows_reactor::LayoutControl> windows_reactor::AutomationExt for T
pub fn T::automation_heading_level(self, windows_reactor::AutomationHeadingLevel) -> Self
pub fn T::automation_id(self, impl core::convert::Into<alloc::string::String>) -> Self
pub fn T::automation_name(self, impl core::convert::Into<alloc::string::String>) -> Self
pub trait windows_reactor::CanvasChildExt: windows_reactor::LayoutControl + core::marker::Sized
pub fn windows_reactor::CanvasChildExt::canvas_left(self, f64) -> Self
pub fn windows_reactor::CanvasChildExt::canvas_top(self, f64) -> Self
impl<T: windows_reactor::LayoutControl> windows_reactor::CanvasChildExt for T
pub fn T::canvas_left(self, f64) -> Self
pub fn T::canvas_top(self, f64) -> Self
pub trait windows_reactor::ChildrenControl: sealed::NativeControl + core::marker::Sized
pub fn windows_reactor::ChildrenControl::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::ChildrenControl::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::ChildrenControl for windows_reactor::Canvas
pub fn windows_reactor::Canvas::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::Canvas::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::ChildrenControl for windows_reactor::Grid
pub fn windows_reactor::Grid::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::Grid::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::ChildrenControl for windows_reactor::RelativePanel
pub fn windows_reactor::RelativePanel::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::RelativePanel::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::ChildrenControl for windows_reactor::StackPanel
pub fn windows_reactor::StackPanel::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::StackPanel::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
impl windows_reactor::ChildrenControl for windows_reactor::VariableSizedWrapGrid
pub fn windows_reactor::VariableSizedWrapGrid::children(self, impl windows_reactor::IntoViews) -> windows_reactor::View
pub fn windows_reactor::VariableSizedWrapGrid::keyed_children<T>(self, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub trait windows_reactor::CommandBarFlyoutExt: core::convert::Into<windows_reactor::View> + core::marker::Sized
pub fn windows_reactor::CommandBarFlyoutExt::command_bar_flyout(self, windows_reactor::CommandBarFlyout) -> windows_reactor::View
impl<T> windows_reactor::CommandBarFlyoutExt for T where T: core::convert::Into<windows_reactor::View>
pub fn T::command_bar_flyout(self, windows_reactor::CommandBarFlyout) -> windows_reactor::View
pub trait windows_reactor::Component: core::marker::Sized + 'static
pub type windows_reactor::Component::Input: core::clone::Clone + core::cmp::PartialEq + 'static
pub type windows_reactor::Component::Message: 'static
pub fn windows_reactor::Component::create(&Self::Input, &windows_reactor::ComponentContext<Self>) -> Self
pub fn windows_reactor::Component::input_changed(&mut self, &Self::Input, &windows_reactor::ComponentContext<Self>)
pub fn windows_reactor::Component::update(&mut self, Self::Message, &windows_reactor::ComponentContext<Self>)
pub fn windows_reactor::Component::view(&self, &Self::Input, &mut windows_reactor::ViewContext<Self>) -> windows_reactor::View
pub trait windows_reactor::ContentControl: sealed::ContentControl + core::marker::Sized
pub fn windows_reactor::ContentControl::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::Border
pub fn windows_reactor::Border::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::Button
pub fn windows_reactor::Button::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::CheckBox
pub fn windows_reactor::CheckBox::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::ContentDialog
pub fn windows_reactor::ContentDialog::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::DropDownButton
pub fn windows_reactor::DropDownButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::GridViewItem
pub fn windows_reactor::GridViewItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::HyperlinkButton
pub fn windows_reactor::HyperlinkButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::ListBoxItem
pub fn windows_reactor::ListBoxItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::ListViewItem
pub fn windows_reactor::ListViewItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::PivotItem
pub fn windows_reactor::PivotItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::RadioButton
pub fn windows_reactor::RadioButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::RepeatButton
pub fn windows_reactor::RepeatButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::ScrollView
pub fn windows_reactor::ScrollView::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::ScrollViewer
pub fn windows_reactor::ScrollViewer::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::SplitButton
pub fn windows_reactor::SplitButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::TabViewItem
pub fn windows_reactor::TabViewItem::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
impl windows_reactor::ContentControl for windows_reactor::ToggleButton
pub fn windows_reactor::ToggleButton::content(self, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub trait windows_reactor::FlyoutExt: core::convert::Into<windows_reactor::View> + core::marker::Sized
pub fn windows_reactor::FlyoutExt::flyout(self, impl core::convert::Into<alloc::string::String>) -> windows_reactor::View
pub fn windows_reactor::FlyoutExt::flyout_with(self, windows_reactor::Flyout) -> windows_reactor::View
impl<T> windows_reactor::FlyoutExt for T where T: core::convert::Into<windows_reactor::View>
pub fn T::flyout(self, impl core::convert::Into<alloc::string::String>) -> windows_reactor::View
pub fn T::flyout_with(self, windows_reactor::Flyout) -> windows_reactor::View
pub trait windows_reactor::FocusControl: windows_reactor::ReferenceControl
impl windows_reactor::FocusControl for windows_reactor::AutoSuggestBox
impl windows_reactor::FocusControl for windows_reactor::Button
impl windows_reactor::FocusControl for windows_reactor::CheckBox
impl windows_reactor::FocusControl for windows_reactor::ComboBox
impl windows_reactor::FocusControl for windows_reactor::HyperlinkButton
impl windows_reactor::FocusControl for windows_reactor::NumberBox
impl windows_reactor::FocusControl for windows_reactor::PasswordBox
impl windows_reactor::FocusControl for windows_reactor::RadioButton
impl windows_reactor::FocusControl for windows_reactor::RatingControl
impl windows_reactor::FocusControl for windows_reactor::RichEditBox
impl windows_reactor::FocusControl for windows_reactor::Slider
impl windows_reactor::FocusControl for windows_reactor::TextBox
impl windows_reactor::FocusControl for windows_reactor::ToggleButton
impl windows_reactor::FocusControl for windows_reactor::ToggleSwitch
pub trait windows_reactor::GridChildExt: windows_reactor::LayoutControl + core::marker::Sized
pub fn windows_reactor::GridChildExt::grid_column(self, i32) -> Self
pub fn windows_reactor::GridChildExt::grid_column_span(self, i32) -> Self
pub fn windows_reactor::GridChildExt::grid_row(self, i32) -> Self
pub fn windows_reactor::GridChildExt::grid_row_span(self, i32) -> Self
impl<T: windows_reactor::LayoutControl> windows_reactor::GridChildExt for T
pub fn T::grid_column(self, i32) -> Self
pub fn T::grid_column_span(self, i32) -> Self
pub fn T::grid_row(self, i32) -> Self
pub fn T::grid_row_span(self, i32) -> Self
pub trait windows_reactor::IntoPayloadCallback<T>
pub fn windows_reactor::IntoPayloadCallback::into_payload_callback(self) -> windows_reactor::Callback<T>
impl<T, F> windows_reactor::IntoPayloadCallback<T> for F where F: core::ops::function::Fn(T) + 'static
pub fn F::into_payload_callback(self) -> windows_reactor::Callback<T>
impl<T> windows_reactor::IntoPayloadCallback<T> for windows_reactor::Callback<T>
pub fn windows_reactor::Callback<T>::into_payload_callback(self) -> Self
pub trait windows_reactor::IntoUnitCallback
pub fn windows_reactor::IntoUnitCallback::into_unit_callback(self) -> windows_reactor::Callback<()>
impl windows_reactor::IntoUnitCallback for windows_reactor::Callback<()>
pub fn windows_reactor::Callback<()>::into_unit_callback(self) -> Self
impl<F> windows_reactor::IntoUnitCallback for F where F: core::ops::function::Fn() + 'static
pub fn F::into_unit_callback(self) -> windows_reactor::Callback<()>
pub trait windows_reactor::IntoViews: windows_reactor::element::sealed::StaticViews
impl windows_reactor::IntoViews for ()
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>, J: core::convert::Into<windows_reactor::View>, K: core::convert::Into<windows_reactor::View>, L: core::convert::Into<windows_reactor::View>, M: core::convert::Into<windows_reactor::View>, N: core::convert::Into<windows_reactor::View>, O: core::convert::Into<windows_reactor::View>, P: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>, J: core::convert::Into<windows_reactor::View>, K: core::convert::Into<windows_reactor::View>, L: core::convert::Into<windows_reactor::View>, M: core::convert::Into<windows_reactor::View>, N: core::convert::Into<windows_reactor::View>, O: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I, J, K, L, M, N) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>, J: core::convert::Into<windows_reactor::View>, K: core::convert::Into<windows_reactor::View>, L: core::convert::Into<windows_reactor::View>, M: core::convert::Into<windows_reactor::View>, N: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H, I, J, K, L, M> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I, J, K, L, M) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>, J: core::convert::Into<windows_reactor::View>, K: core::convert::Into<windows_reactor::View>, L: core::convert::Into<windows_reactor::View>, M: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H, I, J, K, L> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I, J, K, L) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>, J: core::convert::Into<windows_reactor::View>, K: core::convert::Into<windows_reactor::View>, L: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H, I, J, K> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I, J, K) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>, J: core::convert::Into<windows_reactor::View>, K: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H, I, J> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I, J) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>, J: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H, I> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H, I) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>, I: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G, H> windows_reactor::IntoViews for (A, B, C, D, E, F, G, H) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>, H: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F, G> windows_reactor::IntoViews for (A, B, C, D, E, F, G) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>, G: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E, F> windows_reactor::IntoViews for (A, B, C, D, E, F) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>, F: core::convert::Into<windows_reactor::View>
impl<A, B, C, D, E> windows_reactor::IntoViews for (A, B, C, D, E) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>, E: core::convert::Into<windows_reactor::View>
impl<A, B, C, D> windows_reactor::IntoViews for (A, B, C, D) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>, D: core::convert::Into<windows_reactor::View>
impl<A, B, C> windows_reactor::IntoViews for (A, B, C) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>, C: core::convert::Into<windows_reactor::View>
impl<A, B> windows_reactor::IntoViews for (A, B) where A: core::convert::Into<windows_reactor::View>, B: core::convert::Into<windows_reactor::View>
impl<A> windows_reactor::IntoViews for (A) where A: core::convert::Into<windows_reactor::View>
impl<T, const N: usize> windows_reactor::IntoViews for [T; N] where T: core::convert::Into<windows_reactor::View>
pub trait windows_reactor::LayoutControl: sealed::LayoutControl
pub fn windows_reactor::LayoutControl::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::LayoutControl::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::LayoutControl::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::AppBarButton
pub fn windows_reactor::AppBarButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::AppBarButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::AppBarSeparator
pub fn windows_reactor::AppBarSeparator::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::AppBarSeparator::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AppBarSeparator::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::AutoSuggestBox
pub fn windows_reactor::AutoSuggestBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::AutoSuggestBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::AutoSuggestBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::BitmapIcon
pub fn windows_reactor::BitmapIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::BitmapIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BitmapIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Border
pub fn windows_reactor::Border::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Border::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Border::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::BreadcrumbBar
pub fn windows_reactor::BreadcrumbBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::BreadcrumbBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::BreadcrumbBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Button
pub fn windows_reactor::Button::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Button::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Button::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::CalendarDatePicker
pub fn windows_reactor::CalendarDatePicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CalendarDatePicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarDatePicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::CalendarView
pub fn windows_reactor::CalendarView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CalendarView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CalendarView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Canvas
pub fn windows_reactor::Canvas::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Canvas::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Canvas::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::CheckBox
pub fn windows_reactor::CheckBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CheckBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CheckBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ColorPicker
pub fn windows_reactor::ColorPicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ColorPicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ColorPicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ComboBox
pub fn windows_reactor::ComboBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ComboBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ComboBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::CommandBar
pub fn windows_reactor::CommandBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::CommandBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::CommandBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::DatePicker
pub fn windows_reactor::DatePicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::DatePicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DatePicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::DropDownButton
pub fn windows_reactor::DropDownButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::DropDownButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::DropDownButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Ellipse
pub fn windows_reactor::Ellipse::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Ellipse::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Ellipse::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Expander
pub fn windows_reactor::Expander::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Expander::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Expander::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::FlipView
pub fn windows_reactor::FlipView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::FlipView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FlipView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::FontIcon
pub fn windows_reactor::FontIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::FontIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::FontIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Grid
pub fn windows_reactor::Grid::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Grid::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Grid::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::GridView
pub fn windows_reactor::GridView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::GridView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::GridViewItem
pub fn windows_reactor::GridViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::GridViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::GridViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::HyperlinkButton
pub fn windows_reactor::HyperlinkButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::HyperlinkButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::HyperlinkButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Image
pub fn windows_reactor::Image::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Image::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Image::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ImageIcon
pub fn windows_reactor::ImageIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ImageIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ImageIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::InfoBadge
pub fn windows_reactor::InfoBadge::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::InfoBadge::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBadge::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::InfoBar
pub fn windows_reactor::InfoBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::InfoBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::InfoBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ItemsRepeater
pub fn windows_reactor::ItemsRepeater::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ItemsRepeater::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ItemsRepeater::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Line
pub fn windows_reactor::Line::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Line::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Line::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ListBox
pub fn windows_reactor::ListBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ListBoxItem
pub fn windows_reactor::ListBoxItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListBoxItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListBoxItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ListView
pub fn windows_reactor::ListView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ListViewItem
pub fn windows_reactor::ListViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ListViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ListViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::MenuBar
pub fn windows_reactor::MenuBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::MenuBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::MenuBarItem
pub fn windows_reactor::MenuBarItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::MenuBarItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::MenuBarItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::NavigationView
pub fn windows_reactor::NavigationView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::NavigationView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::NavigationViewItem
pub fn windows_reactor::NavigationViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::NavigationViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NavigationViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::NumberBox
pub fn windows_reactor::NumberBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::NumberBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::NumberBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::PasswordBox
pub fn windows_reactor::PasswordBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PasswordBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PasswordBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::PathIcon
pub fn windows_reactor::PathIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PathIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PathIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::PersonPicture
pub fn windows_reactor::PersonPicture::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PersonPicture::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PersonPicture::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Pivot
pub fn windows_reactor::Pivot::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Pivot::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Pivot::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::PivotItem
pub fn windows_reactor::PivotItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::PivotItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::PivotItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ProgressBar
pub fn windows_reactor::ProgressBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ProgressBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ProgressRing
pub fn windows_reactor::ProgressRing::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ProgressRing::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ProgressRing::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::RadioButton
pub fn windows_reactor::RadioButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RadioButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::RadioButtons
pub fn windows_reactor::RadioButtons::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RadioButtons::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RadioButtons::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::RatingControl
pub fn windows_reactor::RatingControl::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RatingControl::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RatingControl::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Rectangle
pub fn windows_reactor::Rectangle::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Rectangle::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Rectangle::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::RelativePanel
pub fn windows_reactor::RelativePanel::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RelativePanel::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RelativePanel::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::RepeatButton
pub fn windows_reactor::RepeatButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RepeatButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RepeatButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::RichEditBox
pub fn windows_reactor::RichEditBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RichEditBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichEditBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::RichTextBlock
pub fn windows_reactor::RichTextBlock::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::RichTextBlock::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::RichTextBlock::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ScrollView
pub fn windows_reactor::ScrollView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ScrollView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ScrollViewer
pub fn windows_reactor::ScrollViewer::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ScrollViewer::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ScrollViewer::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::SelectorBar
pub fn windows_reactor::SelectorBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SelectorBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::SelectorBarItem
pub fn windows_reactor::SelectorBarItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SelectorBarItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SelectorBarItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Slider
pub fn windows_reactor::Slider::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Slider::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Slider::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::SplitButton
pub fn windows_reactor::SplitButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SplitButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::SplitView
pub fn windows_reactor::SplitView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SplitView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SplitView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::StackPanel
pub fn windows_reactor::StackPanel::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::StackPanel::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::StackPanel::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::SwapChainPanel
pub fn windows_reactor::SwapChainPanel::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SwapChainPanel::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SwapChainPanel::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::SymbolIcon
pub fn windows_reactor::SymbolIcon::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::SymbolIcon::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::SymbolIcon::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TabView
pub fn windows_reactor::TabView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TabView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TabViewItem
pub fn windows_reactor::TabViewItem::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TabViewItem::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TabViewItem::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TeachingTip
pub fn windows_reactor::TeachingTip::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TeachingTip::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TeachingTip::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TextBlock
pub fn windows_reactor::TextBlock::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TextBlock::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBlock::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TextBox
pub fn windows_reactor::TextBox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TextBox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TextBox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TimePicker
pub fn windows_reactor::TimePicker::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TimePicker::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TimePicker::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TitleBar
pub fn windows_reactor::TitleBar::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TitleBar::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TitleBar::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ToggleButton
pub fn windows_reactor::ToggleButton::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ToggleButton::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleButton::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::ToggleSwitch
pub fn windows_reactor::ToggleSwitch::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::ToggleSwitch::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::ToggleSwitch::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::TreeView
pub fn windows_reactor::TreeView::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::TreeView::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::TreeView::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::VariableSizedWrapGrid
pub fn windows_reactor::VariableSizedWrapGrid::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::VariableSizedWrapGrid::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::VariableSizedWrapGrid::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::Viewbox
pub fn windows_reactor::Viewbox::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::Viewbox::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::Viewbox::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
impl windows_reactor::LayoutControl for windows_reactor::WebView2
pub fn windows_reactor::WebView2::exit_transition(self, windows_reactor::ExitTransition) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::horizontal_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::HorizontalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::margin(self, impl core::convert::Into<windows_reactor::Thickness>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::margin_optional<T>(self, core::option::Option<T>) -> Self where Self: core::marker::Sized, T: core::convert::Into<windows_reactor::Thickness>
pub fn windows_reactor::WebView2::max_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::max_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::min_height(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::min_width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::opacity(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::vertical_alignment(self, impl core::convert::Into<core::option::Option<windows_reactor::VerticalAlignment>>) -> Self where Self: core::marker::Sized
pub fn windows_reactor::WebView2::width(self, impl core::convert::Into<core::option::Option<f64>>) -> Self where Self: core::marker::Sized
pub trait windows_reactor::MenuExt: core::convert::Into<windows_reactor::View> + core::marker::Sized
pub fn windows_reactor::MenuExt::menu(self, windows_reactor::Menu) -> windows_reactor::View
impl<T> windows_reactor::MenuExt for T where T: core::convert::Into<windows_reactor::View>
pub fn T::menu(self, windows_reactor::Menu) -> windows_reactor::View
pub trait windows_reactor::ReferenceControl: windows_reactor::reference::sealed::Sealed + 'static
impl windows_reactor::ReferenceControl for windows_reactor::AutoSuggestBox
impl windows_reactor::ReferenceControl for windows_reactor::Button
impl windows_reactor::ReferenceControl for windows_reactor::CheckBox
impl windows_reactor::ReferenceControl for windows_reactor::ComboBox
impl windows_reactor::ReferenceControl for windows_reactor::Grid
impl windows_reactor::ReferenceControl for windows_reactor::HyperlinkButton
impl windows_reactor::ReferenceControl for windows_reactor::Image
impl windows_reactor::ReferenceControl for windows_reactor::NumberBox
impl windows_reactor::ReferenceControl for windows_reactor::PasswordBox
impl windows_reactor::ReferenceControl for windows_reactor::RadioButton
impl windows_reactor::ReferenceControl for windows_reactor::RatingControl
impl windows_reactor::ReferenceControl for windows_reactor::RichEditBox
impl windows_reactor::ReferenceControl for windows_reactor::Slider
impl windows_reactor::ReferenceControl for windows_reactor::SwapChainPanel
impl windows_reactor::ReferenceControl for windows_reactor::TextBox
impl windows_reactor::ReferenceControl for windows_reactor::ToggleButton
impl windows_reactor::ReferenceControl for windows_reactor::ToggleSwitch
impl windows_reactor::ReferenceControl for windows_reactor::WebView2
pub trait windows_reactor::RelativePanelChildExt: windows_reactor::LayoutControl + core::marker::Sized
pub fn windows_reactor::RelativePanelChildExt::relative_align_bottom(self) -> Self
pub fn windows_reactor::RelativePanelChildExt::relative_align_horizontal_center(self) -> Self
pub fn windows_reactor::RelativePanelChildExt::relative_align_left(self) -> Self
pub fn windows_reactor::RelativePanelChildExt::relative_align_right(self) -> Self
pub fn windows_reactor::RelativePanelChildExt::relative_align_top(self) -> Self
pub fn windows_reactor::RelativePanelChildExt::relative_align_vertical_center(self) -> Self
impl<T: windows_reactor::LayoutControl> windows_reactor::RelativePanelChildExt for T
pub fn T::relative_align_bottom(self) -> Self
pub fn T::relative_align_horizontal_center(self) -> Self
pub fn T::relative_align_left(self) -> Self
pub fn T::relative_align_right(self) -> Self
pub fn T::relative_align_top(self) -> Self
pub fn T::relative_align_vertical_center(self) -> Self
pub trait windows_reactor::SlotsControl: sealed::NativeControl + sealed::SlotIndex<Self::Slot> + core::marker::Sized
pub type windows_reactor::SlotsControl::Slot: core::marker::Copy
pub fn windows_reactor::SlotsControl::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SlotsControl::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::SlotsControl::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::AppBarButton
pub type windows_reactor::AppBarButton::Slot = windows_reactor::AppBarButtonSlot
pub fn windows_reactor::AppBarButton::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::AppBarButton::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::AppBarButton::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::AutoSuggestBox
pub type windows_reactor::AutoSuggestBox::Slot = windows_reactor::AutoSuggestBoxSlot
pub fn windows_reactor::AutoSuggestBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::AutoSuggestBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::AutoSuggestBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::CalendarDatePicker
pub type windows_reactor::CalendarDatePicker::Slot = windows_reactor::CalendarDatePickerSlot
pub fn windows_reactor::CalendarDatePicker::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::CalendarDatePicker::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::CalendarDatePicker::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::ComboBox
pub type windows_reactor::ComboBox::Slot = windows_reactor::ComboBoxSlot
pub fn windows_reactor::ComboBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ComboBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ComboBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::CommandBar
pub type windows_reactor::CommandBar::Slot = windows_reactor::CommandBarSlot
pub fn windows_reactor::CommandBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::CommandBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::CommandBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::DatePicker
pub type windows_reactor::DatePicker::Slot = windows_reactor::DatePickerSlot
pub fn windows_reactor::DatePicker::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::DatePicker::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::DatePicker::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::Expander
pub type windows_reactor::Expander::Slot = windows_reactor::ExpanderSlot
pub fn windows_reactor::Expander::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Expander::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Expander::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::FlipView
pub type windows_reactor::FlipView::Slot = windows_reactor::FlipViewSlot
pub fn windows_reactor::FlipView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::FlipView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::FlipView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::GridView
pub type windows_reactor::GridView::Slot = windows_reactor::GridViewSlot
pub fn windows_reactor::GridView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::GridView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::GridView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::ListBox
pub type windows_reactor::ListBox::Slot = windows_reactor::ListBoxSlot
pub fn windows_reactor::ListBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ListBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ListBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::ListView
pub type windows_reactor::ListView::Slot = windows_reactor::ListViewSlot
pub fn windows_reactor::ListView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ListView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ListView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::MenuBar
pub type windows_reactor::MenuBar::Slot = windows_reactor::MenuBarSlot
pub fn windows_reactor::MenuBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::MenuBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::MenuBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::NavigationView
pub type windows_reactor::NavigationView::Slot = windows_reactor::NavigationViewSlot
pub fn windows_reactor::NavigationView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::NavigationView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::NavigationView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::NavigationViewItem
pub type windows_reactor::NavigationViewItem::Slot = windows_reactor::NavigationViewItemSlot
pub fn windows_reactor::NavigationViewItem::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::NavigationViewItem::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::NavigationViewItem::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::NumberBox
pub type windows_reactor::NumberBox::Slot = windows_reactor::NumberBoxSlot
pub fn windows_reactor::NumberBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::NumberBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::NumberBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::PasswordBox
pub type windows_reactor::PasswordBox::Slot = windows_reactor::PasswordBoxSlot
pub fn windows_reactor::PasswordBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::PasswordBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::PasswordBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::Pivot
pub type windows_reactor::Pivot::Slot = windows_reactor::PivotSlot
pub fn windows_reactor::Pivot::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Pivot::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Pivot::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::RadioButtons
pub type windows_reactor::RadioButtons::Slot = windows_reactor::RadioButtonsSlot
pub fn windows_reactor::RadioButtons::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::RadioButtons::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::RadioButtons::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::RichEditBox
pub type windows_reactor::RichEditBox::Slot = windows_reactor::RichEditBoxSlot
pub fn windows_reactor::RichEditBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::RichEditBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::RichEditBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::SelectorBar
pub type windows_reactor::SelectorBar::Slot = windows_reactor::SelectorBarSlot
pub fn windows_reactor::SelectorBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SelectorBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::SelectorBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::SelectorBarItem
pub type windows_reactor::SelectorBarItem::Slot = windows_reactor::SelectorBarItemSlot
pub fn windows_reactor::SelectorBarItem::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SelectorBarItem::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::SelectorBarItem::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::Slider
pub type windows_reactor::Slider::Slot = windows_reactor::SliderSlot
pub fn windows_reactor::Slider::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Slider::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Slider::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::SplitView
pub type windows_reactor::SplitView::Slot = windows_reactor::SplitViewSlot
pub fn windows_reactor::SplitView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::SplitView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::SplitView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::TabView
pub type windows_reactor::TabView::Slot = windows_reactor::TabViewSlot
pub fn windows_reactor::TabView::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TabView::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TabView::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::TextBox
pub type windows_reactor::TextBox::Slot = windows_reactor::TextBoxSlot
pub fn windows_reactor::TextBox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TextBox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TextBox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::TimePicker
pub type windows_reactor::TimePicker::Slot = windows_reactor::TimePickerSlot
pub fn windows_reactor::TimePicker::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TimePicker::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TimePicker::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::TitleBar
pub type windows_reactor::TitleBar::Slot = windows_reactor::TitleBarSlot
pub fn windows_reactor::TitleBar::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::TitleBar::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::TitleBar::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::ToggleSwitch
pub type windows_reactor::ToggleSwitch::Slot = windows_reactor::ToggleSwitchSlot
pub fn windows_reactor::ToggleSwitch::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::ToggleSwitch::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::ToggleSwitch::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
impl windows_reactor::SlotsControl for windows_reactor::Viewbox
pub type windows_reactor::Viewbox::Slot = windows_reactor::ViewboxSlot
pub fn windows_reactor::Viewbox::collection_slot<T>(self, Self::Slot, impl core::iter::traits::collect::IntoIterator<Item = T>) -> windows_reactor::View where T: core::convert::Into<windows_reactor::KeyedView>
pub fn windows_reactor::Viewbox::slot(self, Self::Slot, impl core::convert::Into<windows_reactor::View>) -> windows_reactor::View
pub fn windows_reactor::Viewbox::slots(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::SlotView<Self::Slot>>) -> windows_reactor::View
pub trait windows_reactor::TooltipExt: core::convert::Into<windows_reactor::View> + core::marker::Sized
pub fn windows_reactor::TooltipExt::tooltip(self, impl core::convert::Into<alloc::string::String>) -> windows_reactor::View
pub fn windows_reactor::TooltipExt::tooltip_with(self, windows_reactor::Tooltip) -> windows_reactor::View
impl<T> windows_reactor::TooltipExt for T where T: core::convert::Into<windows_reactor::View>
pub fn T::tooltip(self, impl core::convert::Into<alloc::string::String>) -> windows_reactor::View
pub fn T::tooltip_with(self, windows_reactor::Tooltip) -> windows_reactor::View
pub trait windows_reactor::TreeViewExt: core::convert::Into<windows_reactor::View> + core::marker::Sized
pub fn windows_reactor::TreeViewExt::nodes(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::TreeNode>) -> windows_reactor::View
impl<T> windows_reactor::TreeViewExt for T where T: core::convert::Into<windows_reactor::View>
pub fn T::nodes(self, impl core::iter::traits::collect::IntoIterator<Item = windows_reactor::TreeNode>) -> windows_reactor::View
pub type windows_reactor::CompositionHostError = windows_reactor::IntegrationError
pub type windows_reactor::FocusError = windows_reactor::IntegrationError
pub type windows_reactor::ImageSourceError = windows_reactor::IntegrationError
pub type windows_reactor::SwapChainPanelError = windows_reactor::IntegrationError
pub type windows_reactor::WebView2Error = windows_reactor::IntegrationError
