[−][src]Struct bgapi::gatt_server::evt::user_read_request
Fields
connection: u8characteristic: u16att_opcode: u8offset: u16Trait Implementations
impl PartialOrd<user_read_request> for user_read_request[src]
fn partial_cmp(&self, other: &user_read_request) -> Option<Ordering>[src]
fn lt(&self, other: &user_read_request) -> bool[src]
fn le(&self, other: &user_read_request) -> bool[src]
fn gt(&self, other: &user_read_request) -> bool[src]
fn ge(&self, other: &user_read_request) -> bool[src]
impl PartialEq<user_read_request> for user_read_request[src]
fn eq(&self, other: &user_read_request) -> bool[src]
fn ne(&self, other: &user_read_request) -> bool[src]
impl<'_> From<&'_ [u8]> for user_read_request[src]
impl Into<Vec<u8>> for user_read_request[src]
impl Clone for user_read_request[src]
fn clone(&self) -> user_read_request[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for user_read_request[src]
Auto Trait Implementations
impl Send for user_read_request
impl Unpin for user_read_request
impl Sync for user_read_request
impl UnwindSafe for user_read_request
impl RefUnwindSafe for user_read_request
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,