#[repr(transparent)]pub struct BleGlueStatus(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for BleGlueStatus
impl Clone for BleGlueStatus
Source§fn clone(&self) -> BleGlueStatus
fn clone(&self) -> BleGlueStatus
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 BleGlueStatus
Source§impl Debug for BleGlueStatus
impl Debug for BleGlueStatus
impl Eq for BleGlueStatus
Source§impl Hash for BleGlueStatus
impl Hash for BleGlueStatus
Source§impl PartialEq for BleGlueStatus
impl PartialEq for BleGlueStatus
Source§fn eq(&self, other: &BleGlueStatus) -> bool
fn eq(&self, other: &BleGlueStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BleGlueStatus
Auto Trait Implementations§
impl Freeze for BleGlueStatus
impl RefUnwindSafe for BleGlueStatus
impl Send for BleGlueStatus
impl Sync for BleGlueStatus
impl Unpin for BleGlueStatus
impl UnsafeUnpin for BleGlueStatus
impl UnwindSafe for BleGlueStatus
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