#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BleGlueCommandResult
impl Debug for BleGlueCommandResult
Source§impl Hash for BleGlueCommandResult
impl Hash for BleGlueCommandResult
Source§impl PartialEq for BleGlueCommandResult
impl PartialEq for BleGlueCommandResult
impl Copy for BleGlueCommandResult
impl Eq for BleGlueCommandResult
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 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