Struct stm32wb_hci::vendor::stm32wb::command::gatt::LongCharacteristicReadParameters
source · 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: ConnectionHandleConnection handle for which the command is given.
attribute: AttributeHandleHandle of the characteristic to be read
offset: usizeOffset from which the value needs to be read.
Auto Trait Implementations§
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