pub struct GitTrigger {
pub raw: GffStruct,
pub tag: Option<String>,
pub localized_name: Option<GffCExoLocString>,
pub transform: GitTransform,
pub geometry: Vec<GitPoint>,
}Expand description
Fields§
§raw: GffStructOriginal raw GFF structure.
tag: Option<String>Instance tag.
localized_name: Option<GffCExoLocString>Localized display name.
transform: GitTransformTrigger origin or anchor transform when present.
geometry: Vec<GitPoint>Polygon geometry points.
Trait Implementations§
Source§impl Clone for GitTrigger
impl Clone for GitTrigger
Source§fn clone(&self) -> GitTrigger
fn clone(&self) -> GitTrigger
Returns a duplicate 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 moreSource§impl Debug for GitTrigger
impl Debug for GitTrigger
Source§impl PartialEq for GitTrigger
impl PartialEq for GitTrigger
impl StructuralPartialEq for GitTrigger
Auto Trait Implementations§
impl Freeze for GitTrigger
impl RefUnwindSafe for GitTrigger
impl Send for GitTrigger
impl Sync for GitTrigger
impl Unpin for GitTrigger
impl UnsafeUnpin for GitTrigger
impl UnwindSafe for GitTrigger
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