Struct resvg::resvg_size
source · #[repr(C)]pub struct resvg_size {
pub width: f32,
pub height: f32,
}
Expand description
@brief A size representation.
Fields§
§width: f32
§height: f32
Trait Implementations§
source§impl Clone for resvg_size
impl Clone for resvg_size
source§fn clone(&self) -> resvg_size
fn clone(&self) -> resvg_size
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for resvg_size
Auto Trait Implementations§
impl RefUnwindSafe for resvg_size
impl Send for resvg_size
impl Sync for resvg_size
impl Unpin for resvg_size
impl UnwindSafe for resvg_size
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