#[repr(C, align(16))]pub struct TCGPool {
pub next: *mut TCGPool,
pub size: i32,
pub __bindgen_padding_0: [u8; 4],
pub data: __IncompleteArrayField<u8>,
}Fields§
§next: *mut TCGPool§size: i32§__bindgen_padding_0: [u8; 4]§data: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCGPool
impl RefUnwindSafe for TCGPool
impl !Send for TCGPool
impl !Sync for TCGPool
impl Unpin for TCGPool
impl UnwindSafe for TCGPool
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