Struct windows_sys::UI::Xaml::Controls::Primitives::TickPlacement
[−]#[repr(transparent)]pub struct TickPlacement(pub i32);
Expand description
Required features: "UI_Xaml_Controls_Primitives"
Tuple Fields
0: i32
Implementations
impl TickPlacement
impl TickPlacement
pub const None: Self = Self(0i32)
pub const TopLeft: Self = Self(1i32)
pub const BottomRight: Self = Self(2i32)
pub const Outside: Self = Self(3i32)
pub const Inline: Self = Self(4i32)
Trait Implementations
impl Clone for TickPlacement
impl Clone for TickPlacement
impl Copy for TickPlacement
Auto Trait Implementations
impl RefUnwindSafe for TickPlacement
impl Send for TickPlacement
impl Sync for TickPlacement
impl Unpin for TickPlacement
impl UnwindSafe for TickPlacement
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