Struct windows_sys::Win32::Graphics::Gdi::EMRSETARCDIRECTION
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
iArcDirection: u32
Trait Implementations
impl Clone for EMRSETARCDIRECTION
impl Clone for EMRSETARCDIRECTION
impl Copy for EMRSETARCDIRECTION
Auto Trait Implementations
impl RefUnwindSafe for EMRSETARCDIRECTION
impl Send for EMRSETARCDIRECTION
impl Sync for EMRSETARCDIRECTION
impl Unpin for EMRSETARCDIRECTION
impl UnwindSafe for EMRSETARCDIRECTION
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