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