pub struct LongCharacteristicReadParameters {
pub conn_handle: ConnectionHandle,
pub attribute: AttributeHandle,
pub offset: usize,
}
Expand description
Parameters for the Read long characteristic value command.
Fields§
§conn_handle: ConnectionHandle
Connection handle for which the command is given.
attribute: AttributeHandle
Handle of the characteristic to be read
offset: usize
Offset from which the value needs to be read.
Auto Trait Implementations§
impl Freeze for LongCharacteristicReadParameters
impl RefUnwindSafe for LongCharacteristicReadParameters
impl Send for LongCharacteristicReadParameters
impl Sync for LongCharacteristicReadParameters
impl Unpin for LongCharacteristicReadParameters
impl UnwindSafe for LongCharacteristicReadParameters
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