pub struct FeedbackState { /* private fields */ }Implementations§
Source§impl FeedbackState
impl FeedbackState
pub fn class_id(&self) -> FeedbackClass
pub fn feedback_id(&self) -> u8
pub fn len(&self) -> u16
pub fn data(&self) -> FeedbackStateData
Trait Implementations§
Source§impl Borrow<FeedbackState> for FeedbackStateBuf
impl Borrow<FeedbackState> for FeedbackStateBuf
Source§fn borrow(&self) -> &FeedbackState
fn borrow(&self) -> &FeedbackState
Immutably borrows from an owned value. Read more
Source§impl Debug for FeedbackState
impl Debug for FeedbackState
Source§impl ToOwned for FeedbackState
impl ToOwned for FeedbackState
Source§type Owned = FeedbackStateBuf
type Owned = FeedbackStateBuf
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · Source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more