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