pub struct PxMaterial(/* private fields */);
Implementations§
Source§impl PxMaterial
impl PxMaterial
Trait Implementations§
Source§impl Clone for PxMaterial
impl Clone for PxMaterial
Source§impl Debug for PxMaterial
impl Debug for PxMaterial
Source§impl Drop for PxMaterial
impl Drop for PxMaterial
impl Send for PxMaterial
impl Sync for PxMaterial
Auto Trait Implementations§
impl Freeze for PxMaterial
impl RefUnwindSafe for PxMaterial
impl Unpin for PxMaterial
impl UnwindSafe for PxMaterial
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