Struct windows_sys::Win32::Graphics::Direct2D::D2D1_SVG_LENGTH
[−]#[repr(C)]pub struct D2D1_SVG_LENGTH {
pub value: f32,
pub units: D2D1_SVG_LENGTH_UNITS,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
Fields
value: f32
units: D2D1_SVG_LENGTH_UNITS
Trait Implementations
impl Clone for D2D1_SVG_LENGTH
impl Clone for D2D1_SVG_LENGTH
impl Copy for D2D1_SVG_LENGTH
Auto Trait Implementations
impl RefUnwindSafe for D2D1_SVG_LENGTH
impl Send for D2D1_SVG_LENGTH
impl Sync for D2D1_SVG_LENGTH
impl Unpin for D2D1_SVG_LENGTH
impl UnwindSafe for D2D1_SVG_LENGTH
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