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