#[repr(C)]pub struct PropertyReaderInterface { /* private fields */ }Expand description
C++ class: Qt3DRender::PropertyReaderInterface.
Implementations§
Source§impl PropertyReaderInterface
impl PropertyReaderInterface
Sourcepub unsafe fn copy_from(
&self,
other: impl CastInto<Ref<PropertyReaderInterface>>,
) -> Ref<PropertyReaderInterface>
pub unsafe fn copy_from( &self, other: impl CastInto<Ref<PropertyReaderInterface>>, ) -> Ref<PropertyReaderInterface>
Calls C++ function: Qt3DRender::PropertyReaderInterface& Qt3DRender::PropertyReaderInterface::operator=(const Qt3DRender::PropertyReaderInterface& other).
Trait Implementations§
Source§impl CppDeletable for PropertyReaderInterface
impl CppDeletable for PropertyReaderInterface
Auto Trait Implementations§
impl Freeze for PropertyReaderInterface
impl RefUnwindSafe for PropertyReaderInterface
impl Send for PropertyReaderInterface
impl Sync for PropertyReaderInterface
impl Unpin for PropertyReaderInterface
impl UnwindSafe for PropertyReaderInterface
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