#[repr(C)]pub struct RsvgDimensionData {
pub width: c_int,
pub height: c_int,
pub em: c_double,
pub ex: c_double,
}Fields§
§width: c_int§height: c_int§em: c_double§ex: c_doubleTrait Implementations§
Auto Trait Implementations§
impl Freeze for RsvgDimensionData
impl RefUnwindSafe for RsvgDimensionData
impl Send for RsvgDimensionData
impl Sync for RsvgDimensionData
impl Unpin for RsvgDimensionData
impl UnwindSafe for RsvgDimensionData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more