pub struct PhysicalProperties;Expand description
Represents possible custom physical properties on a BasePart.
Currently a stub.
Trait Implementations§
Source§impl Clone for PhysicalProperties
impl Clone for PhysicalProperties
Source§fn clone(&self) -> PhysicalProperties
fn clone(&self) -> PhysicalProperties
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 PhysicalProperties
impl Debug for PhysicalProperties
Source§impl<'de> Deserialize<'de> for PhysicalProperties
impl<'de> Deserialize<'de> for PhysicalProperties
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 PhysicalProperties
impl PartialEq for PhysicalProperties
Source§impl Serialize for PhysicalProperties
impl Serialize for PhysicalProperties
impl Copy for PhysicalProperties
impl StructuralPartialEq for PhysicalProperties
Auto Trait Implementations§
impl Freeze for PhysicalProperties
impl RefUnwindSafe for PhysicalProperties
impl Send for PhysicalProperties
impl Sync for PhysicalProperties
impl Unpin for PhysicalProperties
impl UnwindSafe for PhysicalProperties
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