Struct binarystream::binary::DataType
source · pub struct DataType {}Expand description
- DataType
- Represents an abstract data type within JavaScript.
Implementations§
Trait Implementations§
source§impl FromNapiMutRef for DataType
impl FromNapiMutRef for DataType
source§unsafe fn from_napi_mut_ref(
env: napi_env,
napi_val: napi_value
) -> Result<&'static mut Self>
unsafe fn from_napi_mut_ref( env: napi_env, napi_val: napi_value ) -> Result<&'static mut Self>
Safety Read more
source§impl FromNapiRef for DataType
impl FromNapiRef for DataType
source§unsafe fn from_napi_ref(
env: napi_env,
napi_val: napi_value
) -> Result<&'static Self>
unsafe fn from_napi_ref( env: napi_env, napi_val: napi_value ) -> Result<&'static Self>
Safety Read more
source§impl FromNapiValue for &DataType
impl FromNapiValue for &DataType
source§impl FromNapiValue for &mut DataType
impl FromNapiValue for &mut DataType
source§impl ToNapiValue for DataType
impl ToNapiValue for DataType
source§impl ValidateNapiValue for &DataType
impl ValidateNapiValue for &DataType
Auto Trait Implementations§
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
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