Struct SAM_REGISTER_MAPPING_ELEMENT
#[repr(C)]pub struct SAM_REGISTER_MAPPING_ELEMENT {
pub Original: PSTR,
pub Mapped: PSTR,
pub Continuable: bool,
}Fields§
§Original: PSTR§Mapped: PSTR§Continuable: boolTrait Implementations§
§impl Clone for SAM_REGISTER_MAPPING_ELEMENT
impl Clone for SAM_REGISTER_MAPPING_ELEMENT
§fn clone(&self) -> SAM_REGISTER_MAPPING_ELEMENT
fn clone(&self) -> SAM_REGISTER_MAPPING_ELEMENT
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 more§impl Debug for SAM_REGISTER_MAPPING_ELEMENT
impl Debug for SAM_REGISTER_MAPPING_ELEMENT
§impl Default for SAM_REGISTER_MAPPING_ELEMENT
impl Default for SAM_REGISTER_MAPPING_ELEMENT
§impl PartialEq for SAM_REGISTER_MAPPING_ELEMENT
impl PartialEq for SAM_REGISTER_MAPPING_ELEMENT
impl Copy for SAM_REGISTER_MAPPING_ELEMENT
impl StructuralPartialEq for SAM_REGISTER_MAPPING_ELEMENT
Auto Trait Implementations§
impl Freeze for SAM_REGISTER_MAPPING_ELEMENT
impl RefUnwindSafe for SAM_REGISTER_MAPPING_ELEMENT
impl !Send for SAM_REGISTER_MAPPING_ELEMENT
impl !Sync for SAM_REGISTER_MAPPING_ELEMENT
impl Unpin for SAM_REGISTER_MAPPING_ELEMENT
impl UnwindSafe for SAM_REGISTER_MAPPING_ELEMENT
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