#[repr(transparent)]pub struct FPropertyHandle(pub *mut c_void);Expand description
Opaque handle to an FProperty.
Tuple Fields§
§0: *mut c_voidTrait Implementations§
Source§impl Clone for FPropertyHandle
impl Clone for FPropertyHandle
Source§fn clone(&self) -> FPropertyHandle
fn clone(&self) -> FPropertyHandle
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 FPropertyHandle
impl Debug for FPropertyHandle
Source§impl Hash for FPropertyHandle
impl Hash for FPropertyHandle
Source§impl PartialEq for FPropertyHandle
impl PartialEq for FPropertyHandle
impl Copy for FPropertyHandle
impl Eq for FPropertyHandle
impl Send for FPropertyHandle
impl StructuralPartialEq for FPropertyHandle
impl Sync for FPropertyHandle
Auto Trait Implementations§
impl Freeze for FPropertyHandle
impl RefUnwindSafe for FPropertyHandle
impl Unpin for FPropertyHandle
impl UnsafeUnpin for FPropertyHandle
impl UnwindSafe for FPropertyHandle
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