#[repr(C)]pub struct obs_key_combination {
pub modifiers: u32,
pub key: obs_key_t,
}Fields§
§modifiers: u32§key: obs_key_tAuto 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