#[repr(C)]pub struct FREByteArray {
pub length: u32,
pub bytes: *mut u8,
}Fields§
§length: u32§bytes: *mut u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for FREByteArray
impl RefUnwindSafe for FREByteArray
impl !Send for FREByteArray
impl !Sync for FREByteArray
impl Unpin for FREByteArray
impl UnsafeUnpin for FREByteArray
impl UnwindSafe for FREByteArray
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