pub struct ChildSpace {
pub x: Emu,
pub y: Emu,
pub cx: Emu,
pub cy: Emu,
}Expand description
A group’s child coordinate space (20.1.7.5).
Fields§
§x: Emu§y: Emu§cx: Emu§cy: EmuTrait Implementations§
Source§impl Clone for ChildSpace
impl Clone for ChildSpace
Source§fn clone(&self) -> ChildSpace
fn clone(&self) -> ChildSpace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChildSpace
Source§impl Debug for ChildSpace
impl Debug for ChildSpace
Source§impl Default for ChildSpace
impl Default for ChildSpace
Source§fn default() -> ChildSpace
fn default() -> ChildSpace
Returns the “default value” for a type. Read more
impl Eq for ChildSpace
Source§impl PartialEq for ChildSpace
impl PartialEq for ChildSpace
impl StructuralPartialEq for ChildSpace
Auto Trait Implementations§
impl Freeze for ChildSpace
impl RefUnwindSafe for ChildSpace
impl Send for ChildSpace
impl Sync for ChildSpace
impl Unpin for ChildSpace
impl UnsafeUnpin for ChildSpace
impl UnwindSafe for ChildSpace
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