Struct x11rb_protocol::protocol::xkb::BellNotifyEvent
source · pub struct BellNotifyEvent {}
Fields§
§response_type: u8
§xkb_type: u8
§sequence: u16
§time: Timestamp
§device_id: u8
§bell_class: BellClassResult
§bell_id: u8
§percent: u8
§pitch: u16
§duration: u16
§name: Atom
§window: Window
§event_only: bool
Trait Implementations§
source§impl Clone for BellNotifyEvent
impl Clone for BellNotifyEvent
source§fn clone(&self) -> BellNotifyEvent
fn clone(&self) -> BellNotifyEvent
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 BellNotifyEvent
impl Debug for BellNotifyEvent
source§impl Default for BellNotifyEvent
impl Default for BellNotifyEvent
source§fn default() -> BellNotifyEvent
fn default() -> BellNotifyEvent
Returns the “default value” for a type. Read more
source§impl From<&BellNotifyEvent> for [u8; 32]
impl From<&BellNotifyEvent> for [u8; 32]
source§fn from(input: &BellNotifyEvent) -> Self
fn from(input: &BellNotifyEvent) -> Self
Converts to this type from the input type.
source§impl From<BellNotifyEvent> for [u8; 32]
impl From<BellNotifyEvent> for [u8; 32]
source§fn from(input: BellNotifyEvent) -> Self
fn from(input: BellNotifyEvent) -> Self
Converts to this type from the input type.
source§impl Serialize for BellNotifyEvent
impl Serialize for BellNotifyEvent
source§impl TryParse for BellNotifyEvent
impl TryParse for BellNotifyEvent
impl Copy for BellNotifyEvent
Auto Trait Implementations§
impl Freeze for BellNotifyEvent
impl RefUnwindSafe for BellNotifyEvent
impl Send for BellNotifyEvent
impl Sync for BellNotifyEvent
impl Unpin for BellNotifyEvent
impl UnwindSafe for BellNotifyEvent
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