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 = Self(0i32)
pub const HollowRoundBullet: Self = Self(1i32)
pub const FilledRoundBullet: Self = Self(2i32)
pub const HollowSquareBullet: Self = Self(3i32)
pub const FilledSquareBullet: Self = Self(4i32)
pub const DashBullet: Self = Self(5i32)
pub const Other: Self = Self(6i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more