#[repr(C)]pub struct CoreUnsafeUtils_FixedBufferStringQueue {}Expand description
Implementations§
Source§impl CoreUnsafeUtils_FixedBufferStringQueue
impl CoreUnsafeUtils_FixedBufferStringQueue
Sourcepub fn try_push(&mut self, v: impl Into<Il2CppString>) -> bool
pub fn try_push(&mut self, v: impl Into<Il2CppString>) -> bool
TryPush(::unity::Il2CppString) overload
Sourcepub fn try_pop(&mut self) -> (bool, Il2CppString)
pub fn try_pop(&mut self) -> (bool, Il2CppString)
TryPop(*mut::unity::Il2CppString) overload
Source§impl CoreUnsafeUtils_FixedBufferStringQueue
impl CoreUnsafeUtils_FixedBufferStringQueue
pub fn get_count_method_info() -> &'static MethodInfo
pub fn set_count_method_info() -> &'static MethodInfo
pub fn try_push_method_info() -> &'static MethodInfo
pub fn try_pop_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for CoreUnsafeUtils_FixedBufferStringQueue
impl Clone for CoreUnsafeUtils_FixedBufferStringQueue
Source§fn clone(&self) -> CoreUnsafeUtils_FixedBufferStringQueue
fn clone(&self) -> CoreUnsafeUtils_FixedBufferStringQueue
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl IlType for CoreUnsafeUtils_FixedBufferStringQueue
impl IlType for CoreUnsafeUtils_FixedBufferStringQueue
impl Copy for CoreUnsafeUtils_FixedBufferStringQueue
Auto Trait Implementations§
impl Freeze for CoreUnsafeUtils_FixedBufferStringQueue
impl RefUnwindSafe for CoreUnsafeUtils_FixedBufferStringQueue
impl Send for CoreUnsafeUtils_FixedBufferStringQueue
impl Sync for CoreUnsafeUtils_FixedBufferStringQueue
impl Unpin for CoreUnsafeUtils_FixedBufferStringQueue
impl UnwindSafe for CoreUnsafeUtils_FixedBufferStringQueue
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)