Struct windows_sys::UI::Xaml::Controls::SnapPointsType
[−]#[repr(transparent)]pub struct SnapPointsType(pub i32);
Expand description
Required features: ‘UI_Xaml_Controls’
Tuple Fields
0: i32
Implementations
impl SnapPointsType
impl SnapPointsType
pub const None: Self
pub const Optional: Self
pub const Mandatory: Self
pub const OptionalSingle: Self
pub const MandatorySingle: Self
Trait Implementations
impl Clone for SnapPointsType
impl Clone for SnapPointsType
impl Copy for SnapPointsType
Auto Trait Implementations
impl RefUnwindSafe for SnapPointsType
impl Send for SnapPointsType
impl Sync for SnapPointsType
impl Unpin for SnapPointsType
impl UnwindSafe for SnapPointsType
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