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