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