#[repr(C)]pub struct DartNativeTypedData {
pub ty: DartTypedDataType,
pub length: isize,
pub values: *mut u8,
}
Fields§
§ty: DartTypedDataType
§length: isize
§values: *mut u8
Trait Implementations§
Source§impl Clone for DartNativeTypedData
impl Clone for DartNativeTypedData
Source§fn clone(&self) -> DartNativeTypedData
fn clone(&self) -> DartNativeTypedData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DartNativeTypedData
impl Debug for DartNativeTypedData
impl Copy for DartNativeTypedData
Auto Trait Implementations§
impl Freeze for DartNativeTypedData
impl RefUnwindSafe for DartNativeTypedData
impl !Send for DartNativeTypedData
impl !Sync for DartNativeTypedData
impl Unpin for DartNativeTypedData
impl UnwindSafe for DartNativeTypedData
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