Struct windows_sys::Win32::Graphics::Direct2D::D2D1_SVG_VIEWBOX
[−]Expand description
Required features: "Win32_Graphics_Direct2D"
Fields
x: f32
y: f32
width: f32
height: f32
Trait Implementations
impl Clone for D2D1_SVG_VIEWBOX
impl Clone for D2D1_SVG_VIEWBOX
impl Copy for D2D1_SVG_VIEWBOX
Auto Trait Implementations
impl RefUnwindSafe for D2D1_SVG_VIEWBOX
impl Send for D2D1_SVG_VIEWBOX
impl Sync for D2D1_SVG_VIEWBOX
impl Unpin for D2D1_SVG_VIEWBOX
impl UnwindSafe for D2D1_SVG_VIEWBOX
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