pub struct UnityLog { /* private fields */ }Trait Implementations§
impl Copy for UnityLog
impl Send for UnityLog
impl Sync for UnityLog
Source§impl UnityInterface for UnityLog
impl UnityInterface for UnityLog
fn get_interface_guid() -> UnityInterfaceGUID
fn new(interface: *const IUnityInterface) -> Self
Auto Trait Implementations§
impl Freeze for UnityLog
impl RefUnwindSafe for UnityLog
impl Unpin for UnityLog
impl UnsafeUnpin for UnityLog
impl UnwindSafe for UnityLog
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