pub struct SetPointerMapping {
pub map: Vec<u8>,
}Fields§
§map: Vec<u8>Trait Implementations§
Source§impl Clone for SetPointerMapping
impl Clone for SetPointerMapping
Source§fn clone(&self) -> SetPointerMapping
fn clone(&self) -> SetPointerMapping
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 SetPointerMapping
impl Debug for SetPointerMapping
Source§impl LeBytes for SetPointerMapping
impl LeBytes for SetPointerMapping
Source§impl XRequest for SetPointerMapping
impl XRequest for SetPointerMapping
type Reply = SetPointerMapping
fn reply_type() -> Option<ReplyType>
Auto Trait Implementations§
impl Freeze for SetPointerMapping
impl RefUnwindSafe for SetPointerMapping
impl Send for SetPointerMapping
impl Sync for SetPointerMapping
impl Unpin for SetPointerMapping
impl UnwindSafe for SetPointerMapping
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