Struct x11rb::protocol::xinput::FeedbackCtlDataInteger
source · pub struct FeedbackCtlDataInteger {
pub int_to_display: i32,
}
Fields§
§int_to_display: i32
Trait Implementations§
source§impl Clone for FeedbackCtlDataInteger
impl Clone for FeedbackCtlDataInteger
source§fn clone(&self) -> FeedbackCtlDataInteger
fn clone(&self) -> FeedbackCtlDataInteger
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FeedbackCtlDataInteger
impl Debug for FeedbackCtlDataInteger
source§impl Serialize for FeedbackCtlDataInteger
impl Serialize for FeedbackCtlDataInteger
source§impl TryParse for FeedbackCtlDataInteger
impl TryParse for FeedbackCtlDataInteger
source§fn try_parse(
remaining: &[u8],
) -> Result<(FeedbackCtlDataInteger, &[u8]), ParseError>
fn try_parse( remaining: &[u8], ) -> Result<(FeedbackCtlDataInteger, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
impl Copy for FeedbackCtlDataInteger
Auto Trait Implementations§
impl Freeze for FeedbackCtlDataInteger
impl RefUnwindSafe for FeedbackCtlDataInteger
impl Send for FeedbackCtlDataInteger
impl Sync for FeedbackCtlDataInteger
impl Unpin for FeedbackCtlDataInteger
impl UnwindSafe for FeedbackCtlDataInteger
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
source§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
source§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<OwnedFd>,
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd>, ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more