#[repr(C)]pub struct obs_key_combination {
pub modifiers: u32,
pub key: obs_key_t,
}Fields§
§modifiers: u32§key: obs_key_tTrait Implementations§
Source§impl Clone for obs_key_combination
impl Clone for obs_key_combination
Source§fn clone(&self) -> obs_key_combination
fn clone(&self) -> obs_key_combination
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 obs_key_combination
impl Debug for obs_key_combination
Source§impl Default for obs_key_combination
impl Default for obs_key_combination
impl Copy for obs_key_combination
Auto Trait Implementations§
impl Freeze for obs_key_combination
impl RefUnwindSafe for obs_key_combination
impl Send for obs_key_combination
impl Sync for obs_key_combination
impl Unpin for obs_key_combination
impl UnwindSafe for obs_key_combination
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