Struct windows_sys::UI::Xaml::Automation::AutomationBulletStyle
[−]#[repr(transparent)]pub struct AutomationBulletStyle(pub i32);
Expand description
Required features: ‘UI_Xaml_Automation’
Tuple Fields
0: i32
Implementations
impl AutomationBulletStyle
impl AutomationBulletStyle
pub const None: Self
pub const HollowRoundBullet: Self
pub const FilledRoundBullet: Self
pub const HollowSquareBullet: Self
pub const FilledSquareBullet: Self
pub const DashBullet: Self
pub const Other: Self
Trait Implementations
impl Clone for AutomationBulletStyle
impl Clone for AutomationBulletStyle
impl Copy for AutomationBulletStyle
Auto Trait Implementations
impl RefUnwindSafe for AutomationBulletStyle
impl Send for AutomationBulletStyle
impl Sync for AutomationBulletStyle
impl Unpin for AutomationBulletStyle
impl UnwindSafe for AutomationBulletStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more