pub struct PxBaseRef(/* private fields */);
Trait Implementations§
impl Copy for PxBaseRef
impl Eq for PxBaseRef
impl Send for PxBaseRef
impl StructuralPartialEq for PxBaseRef
impl Sync for PxBaseRef
Auto Trait Implementations§
impl Freeze for PxBaseRef
impl RefUnwindSafe for PxBaseRef
impl Unpin for PxBaseRef
impl UnwindSafe for PxBaseRef
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