Struct x11rb_protocol::protocol::xkb::GetMapMapKeyActions
source · pub struct GetMapMapKeyActions {
pub acts_rtrn_count: Vec<u8>,
pub acts_rtrn_acts: Vec<Action>,
}
Fields§
§acts_rtrn_count: Vec<u8>
§acts_rtrn_acts: Vec<Action>
Implementations§
Trait Implementations§
source§impl Clone for GetMapMapKeyActions
impl Clone for GetMapMapKeyActions
source§fn clone(&self) -> GetMapMapKeyActions
fn clone(&self) -> GetMapMapKeyActions
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 moreAuto Trait Implementations§
impl Freeze for GetMapMapKeyActions
impl RefUnwindSafe for GetMapMapKeyActions
impl Send for GetMapMapKeyActions
impl Sync for GetMapMapKeyActions
impl Unpin for GetMapMapKeyActions
impl UnwindSafe for GetMapMapKeyActions
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