pub struct ClipAction {
pub events: ClipEventFlags,
pub key_code: Option<u8>,
pub actions: Vec<u8>,
}
Fields§
§events: ClipEventFlags
§key_code: Option<u8>
§actions: Vec<u8>
Trait Implementations§
Source§impl Clone for ClipAction
impl Clone for ClipAction
Source§fn clone(&self) -> ClipAction
fn clone(&self) -> ClipAction
Returns a duplicate 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 ClipAction
impl Debug for ClipAction
Source§impl<'de> Deserialize<'de> for ClipAction
impl<'de> Deserialize<'de> for ClipAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ClipAction
impl Hash for ClipAction
Source§impl Ord for ClipAction
impl Ord for ClipAction
Source§fn cmp(&self, other: &ClipAction) -> Ordering
fn cmp(&self, other: &ClipAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ClipAction
impl PartialEq for ClipAction
Source§impl PartialOrd for ClipAction
impl PartialOrd for ClipAction
Source§impl Serialize for ClipAction
impl Serialize for ClipAction
impl Eq for ClipAction
impl StructuralPartialEq for ClipAction
Auto Trait Implementations§
impl Freeze for ClipAction
impl RefUnwindSafe for ClipAction
impl Send for ClipAction
impl Sync for ClipAction
impl Unpin for ClipAction
impl UnwindSafe for ClipAction
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