pub enum FrameTarget {
Axis {
group: usize,
axis: usize,
},
Story(StoryId),
}Expand description
2D で見る構面の対象。
Variants§
Trait Implementations§
Source§impl Clone for FrameTarget
impl Clone for FrameTarget
Source§fn clone(&self) -> FrameTarget
fn clone(&self) -> FrameTarget
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 moreimpl Copy for FrameTarget
Source§impl Debug for FrameTarget
impl Debug for FrameTarget
impl Eq for FrameTarget
Source§impl PartialEq for FrameTarget
impl PartialEq for FrameTarget
Source§fn eq(&self, other: &FrameTarget) -> bool
fn eq(&self, other: &FrameTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FrameTarget
Auto Trait Implementations§
impl Freeze for FrameTarget
impl RefUnwindSafe for FrameTarget
impl Send for FrameTarget
impl Sync for FrameTarget
impl Unpin for FrameTarget
impl UnsafeUnpin for FrameTarget
impl UnwindSafe for FrameTarget
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