pub struct NonPlayerViewArgs {
pub character_args: CharacterViewArgs,
}
Fields§
§character_args: CharacterViewArgs
Implementations§
Source§impl NonPlayerViewArgs
impl NonPlayerViewArgs
pub fn knows_all_args() -> NonPlayerViewArgs
Trait Implementations§
Source§impl Clone for NonPlayerViewArgs
impl Clone for NonPlayerViewArgs
Source§fn clone(&self) -> NonPlayerViewArgs
fn clone(&self) -> NonPlayerViewArgs
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 NonPlayerViewArgs
impl Debug for NonPlayerViewArgs
Source§impl Default for NonPlayerViewArgs
impl Default for NonPlayerViewArgs
Source§fn default() -> NonPlayerViewArgs
fn default() -> NonPlayerViewArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NonPlayerViewArgs
impl RefUnwindSafe for NonPlayerViewArgs
impl Send for NonPlayerViewArgs
impl Sync for NonPlayerViewArgs
impl Unpin for NonPlayerViewArgs
impl UnwindSafe for NonPlayerViewArgs
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