#[repr(C)]pub struct THByteStorage {
pub data: *mut c_uchar,
pub size: isize,
pub refcount: c_int,
pub flag: c_char,
pub allocator: *mut THAllocator,
pub allocatorContext: *mut c_void,
pub view: *mut THByteStorage,
}
Fields§
§data: *mut c_uchar
§size: isize
§refcount: c_int
§flag: c_char
§allocator: *mut THAllocator
§allocatorContext: *mut c_void
§view: *mut THByteStorage
Trait Implementations§
Source§impl Clone for THByteStorage
impl Clone for THByteStorage
impl Copy for THByteStorage
Auto Trait Implementations§
impl Freeze for THByteStorage
impl RefUnwindSafe for THByteStorage
impl !Send for THByteStorage
impl !Sync for THByteStorage
impl Unpin for THByteStorage
impl UnwindSafe for THByteStorage
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