pub struct AR2TemplateCandidate {
pub snum: i32,
pub level: i32,
pub num: i32,
pub flag: i32,
pub sx: f32,
pub sy: f32,
}Fields§
§snum: i32§level: i32§num: i32§flag: i32§sx: f32§sy: f32Trait Implementations§
Source§impl Clone for AR2TemplateCandidate
impl Clone for AR2TemplateCandidate
Source§fn clone(&self) -> AR2TemplateCandidate
fn clone(&self) -> AR2TemplateCandidate
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 AR2TemplateCandidate
impl Debug for AR2TemplateCandidate
Source§impl Default for AR2TemplateCandidate
impl Default for AR2TemplateCandidate
Source§impl PartialEq for AR2TemplateCandidate
impl PartialEq for AR2TemplateCandidate
impl Copy for AR2TemplateCandidate
impl StructuralPartialEq for AR2TemplateCandidate
Auto Trait Implementations§
impl Freeze for AR2TemplateCandidate
impl RefUnwindSafe for AR2TemplateCandidate
impl Send for AR2TemplateCandidate
impl Sync for AR2TemplateCandidate
impl Unpin for AR2TemplateCandidate
impl UnsafeUnpin for AR2TemplateCandidate
impl UnwindSafe for AR2TemplateCandidate
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