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 moresource§impl Debug for GetMapMapKeyActions
impl Debug for GetMapMapKeyActions
source§impl<'de> Deserialize<'de> for GetMapMapKeyActions
impl<'de> Deserialize<'de> for GetMapMapKeyActions
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
Auto 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