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