#[repr(C)]pub struct FWeakObjectHandle {
pub object_index: i32,
pub object_serial_number: i32,
}Expand description
Weak object pointer: ObjectIndex + ObjectSerialNumber (matches UE FWeakObjectPtr layout).
Fields§
§object_index: i32§object_serial_number: i32Trait Implementations§
Source§impl Clone for FWeakObjectHandle
impl Clone for FWeakObjectHandle
Source§fn clone(&self) -> FWeakObjectHandle
fn clone(&self) -> FWeakObjectHandle
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 FWeakObjectHandle
impl Debug for FWeakObjectHandle
Source§impl Default for FWeakObjectHandle
impl Default for FWeakObjectHandle
Source§fn default() -> FWeakObjectHandle
fn default() -> FWeakObjectHandle
Returns the “default value” for a type. Read more
Source§impl Hash for FWeakObjectHandle
impl Hash for FWeakObjectHandle
Source§impl PartialEq for FWeakObjectHandle
impl PartialEq for FWeakObjectHandle
impl Copy for FWeakObjectHandle
impl Eq for FWeakObjectHandle
impl Send for FWeakObjectHandle
impl StructuralPartialEq for FWeakObjectHandle
impl Sync for FWeakObjectHandle
Auto Trait Implementations§
impl Freeze for FWeakObjectHandle
impl RefUnwindSafe for FWeakObjectHandle
impl Unpin for FWeakObjectHandle
impl UnsafeUnpin for FWeakObjectHandle
impl UnwindSafe for FWeakObjectHandle
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