pub struct ImportedMoresAndContinueds {
pub dialogue: ImportedDialogueContinueds,
pub scene: ImportedSceneContinueds,
}Fields§
§dialogue: ImportedDialogueContinueds§scene: ImportedSceneContinuedsTrait Implementations§
Source§impl Clone for ImportedMoresAndContinueds
impl Clone for ImportedMoresAndContinueds
Source§fn clone(&self) -> ImportedMoresAndContinueds
fn clone(&self) -> ImportedMoresAndContinueds
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 ImportedMoresAndContinueds
impl Debug for ImportedMoresAndContinueds
Source§impl Default for ImportedMoresAndContinueds
impl Default for ImportedMoresAndContinueds
Source§fn default() -> ImportedMoresAndContinueds
fn default() -> ImportedMoresAndContinueds
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ImportedMoresAndContinueds
Auto Trait Implementations§
impl Freeze for ImportedMoresAndContinueds
impl RefUnwindSafe for ImportedMoresAndContinueds
impl Send for ImportedMoresAndContinueds
impl Sync for ImportedMoresAndContinueds
impl Unpin for ImportedMoresAndContinueds
impl UnsafeUnpin for ImportedMoresAndContinueds
impl UnwindSafe for ImportedMoresAndContinueds
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.