#[repr(C)]pub struct ByteArray {
pub data: *mut u8,
pub len: c_int,
}
Fields§
§data: *mut u8
§len: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteArray
impl RefUnwindSafe for ByteArray
impl !Send for ByteArray
impl !Sync for ByteArray
impl Unpin for ByteArray
impl UnwindSafe for ByteArray
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