#[repr(transparent)]pub struct Symbol(pub i32);Expand description
Required features: "UI_Xaml_Controls"
Tuple Fields
0: i32Implementations
impl Symbol
impl Symbol
pub const Previous: Self
pub const Next: Self
pub const Play: Self
pub const Pause: Self
pub const Edit: Self
pub const Save: Self
pub const Clear: Self
pub const Delete: Self
pub const Remove: Self
pub const Add: Self
pub const Cancel: Self
pub const Accept: Self
pub const More: Self
pub const Redo: Self
pub const Undo: Self
pub const Home: Self
pub const Up: Self
pub const Forward: Self
pub const Back: Self
pub const Favorite: Self
pub const Camera: Self
pub const Setting: Self
pub const Video: Self
pub const Sync: Self
pub const Download: Self
pub const Mail: Self
pub const Find: Self
pub const Help: Self
pub const Upload: Self
pub const Emoji: Self
pub const TwoPage: Self
pub const LeaveChat: Self
pub const MailForward: Self
pub const Clock: Self
pub const Send: Self
pub const Crop: Self
pub const RotateCamera: Self
pub const People: Self
pub const OpenPane: Self
pub const ClosePane: Self
pub const World: Self
pub const Flag: Self
pub const PreviewLink: Self
pub const Globe: Self
pub const Trim: Self
pub const AttachCamera: Self
pub const ZoomIn: Self
pub const Bookmarks: Self
pub const Document: Self
pub const ProtectedDocument: Self
pub const Page: Self
pub const Bullets: Self
pub const Comment: Self
pub const MailFilled: Self
pub const ContactInfo: Self
pub const HangUp: Self
pub const ViewAll: Self
pub const MapPin: Self
pub const Phone: Self
pub const VideoChat: Self
pub const Switch: Self
pub const Contact: Self
pub const Rename: Self
pub const Pin: Self
pub const MusicInfo: Self
pub const Go: Self
pub const Keyboard: Self
pub const DockLeft: Self
pub const DockRight: Self
pub const DockBottom: Self
pub const Remote: Self
pub const Refresh: Self
pub const Rotate: Self
pub const Shuffle: Self
pub const List: Self
pub const Shop: Self
pub const SelectAll: Self
pub const Orientation: Self
pub const Import: Self
pub const ImportAll: Self
pub const BrowsePhotos: Self
pub const WebCam: Self
pub const Pictures: Self
pub const SaveLocal: Self
pub const Caption: Self
pub const Stop: Self
pub const ShowResults: Self
pub const Volume: Self
pub const Repair: Self
pub const Message: Self
pub const Page2: Self
pub const CalendarDay: Self
pub const CalendarWeek: Self
pub const Calendar: Self
pub const Character: Self
pub const MailReplyAll: Self
pub const Read: Self
pub const Link: Self
pub const Account: Self
pub const ShowBcc: Self
pub const HideBcc: Self
pub const Cut: Self
pub const Attach: Self
pub const Paste: Self
pub const Filter: Self
pub const Copy: Self
pub const Emoji2: Self
pub const Important: Self
pub const MailReply: Self
pub const SlideShow: Self
pub const Sort: Self
pub const Manage: Self
pub const AllApps: Self
pub const DisconnectDrive: Self
pub const MapDrive: Self
pub const NewWindow: Self
pub const OpenWith: Self
pub const ContactPresence: Self
pub const Priority: Self
pub const GoToToday: Self
pub const Font: Self
pub const FontColor: Self
pub const Contact2: Self
pub const Folder: Self
pub const Audio: Self
pub const Placeholder: Self
pub const View: Self
pub const SetLockScreen: Self
pub const SetTile: Self
pub const ClosedCaption: Self
pub const StopSlideShow: Self
pub const Permissions: Self
pub const Highlight: Self
pub const DisableUpdates: Self
pub const UnFavorite: Self
pub const UnPin: Self
pub const OpenLocal: Self
pub const Mute: Self
pub const Italic: Self
pub const Underline: Self
pub const Bold: Self
pub const MoveToFolder: Self
pub const LikeDislike: Self
pub const Dislike: Self
pub const Like: Self
pub const AlignRight: Self
pub const AlignCenter: Self
pub const AlignLeft: Self
pub const Zoom: Self
pub const ZoomOut: Self
pub const OpenFile: Self
pub const OtherUser: Self
pub const Admin: Self
pub const Street: Self
pub const Map: Self
pub const ClearSelection: Self
pub const FontDecrease: Self
pub const FontIncrease: Self
pub const FontSize: Self
pub const CellPhone: Self
pub const Tag: Self
pub const RepeatOne: Self
pub const RepeatAll: Self
pub const OutlineStar: Self
pub const SolidStar: Self
pub const Calculator: Self
pub const Directions: Self
pub const Target: Self
pub const Library: Self
pub const PhoneBook: Self
pub const Memo: Self
pub const Microphone: Self
pub const PostUpdate: Self
pub const BackToWindow: Self
pub const FullScreen: Self
pub const NewFolder: Self
pub const CalendarReply: Self
pub const UnSyncFolder: Self
pub const ReportHacked: Self
pub const SyncFolder: Self
pub const BlockContact: Self
pub const SwitchApps: Self
pub const AddFriend: Self
pub const TouchPointer: Self
pub const GoToStart: Self
pub const ZeroBars: Self
pub const OneBar: Self
pub const TwoBars: Self
pub const ThreeBars: Self
pub const FourBars: Self
pub const Scan: Self
pub const Preview: Self
pub const Print: Self
pub const XboxOneConsole: Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Symbol
impl Send for Symbol
impl Sync for Symbol
impl Unpin for Symbol
impl UnwindSafe for Symbol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more