pub struct AnnotationPlane {
pub name: String,
pub styles: Vec<PresentationStyleAssignmentRef>,
pub item: PlaneOrPlanarBoxRef,
pub elements: Option<Vec<AnnotationPlaneElementRef>>,
}Fields§
§name: String§styles: Vec<PresentationStyleAssignmentRef>§item: PlaneOrPlanarBoxRef§elements: Option<Vec<AnnotationPlaneElementRef>>Trait Implementations§
Source§impl Clone for AnnotationPlane
impl Clone for AnnotationPlane
Source§fn clone(&self) -> AnnotationPlane
fn clone(&self) -> AnnotationPlane
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 AnnotationPlane
impl Debug for AnnotationPlane
Source§impl PartialEq for AnnotationPlane
impl PartialEq for AnnotationPlane
Source§fn eq(&self, other: &AnnotationPlane) -> bool
fn eq(&self, other: &AnnotationPlane) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationPlane
Auto Trait Implementations§
impl Freeze for AnnotationPlane
impl RefUnwindSafe for AnnotationPlane
impl Send for AnnotationPlane
impl Sync for AnnotationPlane
impl Unpin for AnnotationPlane
impl UnsafeUnpin for AnnotationPlane
impl UnwindSafe for AnnotationPlane
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