pub struct AllowedCollisionMatrix {
pub entry_names: Vec<String>,
pub entry_values: Vec<AllowedCollisionEntry>,
pub default_entry_names: Vec<String>,
pub default_entry_values: Vec<bool>,
}Fields§
§entry_names: Vec<String>§entry_values: Vec<AllowedCollisionEntry>§default_entry_names: Vec<String>§default_entry_values: Vec<bool>Trait Implementations§
Source§impl Clone for AllowedCollisionMatrix
impl Clone for AllowedCollisionMatrix
Source§fn clone(&self) -> AllowedCollisionMatrix
fn clone(&self) -> AllowedCollisionMatrix
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 AllowedCollisionMatrix
impl Debug for AllowedCollisionMatrix
Source§impl Default for AllowedCollisionMatrix
impl Default for AllowedCollisionMatrix
Source§impl<'de> Deserialize<'de> for AllowedCollisionMatrix
impl<'de> Deserialize<'de> for AllowedCollisionMatrix
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AllowedCollisionMatrix
impl PartialEq for AllowedCollisionMatrix
Source§impl Serialize for AllowedCollisionMatrix
impl Serialize for AllowedCollisionMatrix
impl Message for AllowedCollisionMatrix
impl StructuralPartialEq for AllowedCollisionMatrix
Auto Trait Implementations§
impl Freeze for AllowedCollisionMatrix
impl RefUnwindSafe for AllowedCollisionMatrix
impl Send for AllowedCollisionMatrix
impl Sync for AllowedCollisionMatrix
impl Unpin for AllowedCollisionMatrix
impl UnwindSafe for AllowedCollisionMatrix
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