Struct entmet_lib::entities::entity::AbstractArrow
source · pub struct AbstractArrow {
pub info: Mask<ArrowInfo>,
/* private fields */
}Expand description
An interface to hold data for arrows
Fields§
§info: Mask<ArrowInfo>A Mask holding potential data of the AbstractArrow
Trait Implementations§
source§impl Default for AbstractArrow
impl Default for AbstractArrow
source§fn default() -> AbstractArrow
fn default() -> AbstractArrow
Returns the “default value” for a type. Read more
source§impl Deref for AbstractArrow
impl Deref for AbstractArrow
source§impl DerefMut for AbstractArrow
impl DerefMut for AbstractArrow
source§impl PartialEq for AbstractArrow
impl PartialEq for AbstractArrow
source§fn eq(&self, other: &AbstractArrow) -> bool
fn eq(&self, other: &AbstractArrow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AbstractArrow
Auto Trait Implementations§
impl Freeze for AbstractArrow
impl RefUnwindSafe for AbstractArrow
impl Send for AbstractArrow
impl Sync for AbstractArrow
impl Unpin for AbstractArrow
impl UnwindSafe for AbstractArrow
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