pub struct CT_GeomRect {
pub left: GuideOperand,
pub top: GuideOperand,
pub right: GuideOperand,
pub bottom: GuideOperand,
/* private fields */
}Fields§
§left: GuideOperand§top: GuideOperand§right: GuideOperand§bottom: GuideOperandTrait Implementations§
Source§impl Clone for CT_GeomRect
impl Clone for CT_GeomRect
Source§fn clone(&self) -> CT_GeomRect
fn clone(&self) -> CT_GeomRect
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 moreSource§impl Debug for CT_GeomRect
impl Debug for CT_GeomRect
Source§impl PartialEq for CT_GeomRect
impl PartialEq for CT_GeomRect
impl StructuralPartialEq for CT_GeomRect
Auto Trait Implementations§
impl Freeze for CT_GeomRect
impl RefUnwindSafe for CT_GeomRect
impl Send for CT_GeomRect
impl Sync for CT_GeomRect
impl Unpin for CT_GeomRect
impl UnsafeUnpin for CT_GeomRect
impl UnwindSafe for CT_GeomRect
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