#[repr(C)]pub struct ktxStream__bindgen_ty_1 {
pub file: __BindgenUnionField<*mut FILE>,
pub mem: __BindgenUnionField<*mut ktxMem>,
pub custom_ptr: __BindgenUnionField<ktxStream__bindgen_ty_1__bindgen_ty_1>,
pub bindgen_union_field: [u64; 3],
}
Fields§
§file: __BindgenUnionField<*mut FILE>
§mem: __BindgenUnionField<*mut ktxMem>
§custom_ptr: __BindgenUnionField<ktxStream__bindgen_ty_1__bindgen_ty_1>
§bindgen_union_field: [u64; 3]
Auto Trait Implementations§
impl Freeze for ktxStream__bindgen_ty_1
impl RefUnwindSafe for ktxStream__bindgen_ty_1
impl !Send for ktxStream__bindgen_ty_1
impl !Sync for ktxStream__bindgen_ty_1
impl Unpin for ktxStream__bindgen_ty_1
impl UnwindSafe for ktxStream__bindgen_ty_1
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