#[repr(transparent)]pub struct BleGlueCommandResult(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for BleGlueCommandResult
impl Clone for BleGlueCommandResult
Source§fn clone(&self) -> BleGlueCommandResult
fn clone(&self) -> BleGlueCommandResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BleGlueCommandResult
Source§impl Debug for BleGlueCommandResult
impl Debug for BleGlueCommandResult
impl Eq for BleGlueCommandResult
Source§impl Hash for BleGlueCommandResult
impl Hash for BleGlueCommandResult
Source§impl PartialEq for BleGlueCommandResult
impl PartialEq for BleGlueCommandResult
Source§fn eq(&self, other: &BleGlueCommandResult) -> bool
fn eq(&self, other: &BleGlueCommandResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BleGlueCommandResult
Auto Trait Implementations§
impl Freeze for BleGlueCommandResult
impl RefUnwindSafe for BleGlueCommandResult
impl Send for BleGlueCommandResult
impl Sync for BleGlueCommandResult
impl Unpin for BleGlueCommandResult
impl UnsafeUnpin for BleGlueCommandResult
impl UnwindSafe for BleGlueCommandResult
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