Struct binarystream::binary::Int8
source · pub struct Int8 {}Expand description
- Int8
- Represents a signed 8-bit ( 1 byte ) integer. ( -128 to 127 )
Implementations§
Trait Implementations§
source§impl FromNapiMutRef for Int8
impl FromNapiMutRef for Int8
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 Int8
impl FromNapiRef for Int8
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 &Int8
impl FromNapiValue for &Int8
source§impl FromNapiValue for &mut Int8
impl FromNapiValue for &mut Int8
source§impl ToNapiValue for Int8
impl ToNapiValue for Int8
source§impl ValidateNapiValue for &Int8
impl ValidateNapiValue for &Int8
Auto Trait Implementations§
impl RefUnwindSafe for Int8
impl Send for Int8
impl Sync for Int8
impl Unpin for Int8
impl UnwindSafe for Int8
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