#[repr(C)]pub struct objectMatchAction {
pub type_: c_int,
pub ins: *mut Instance,
pub slotNameIDs: *mut SLOT_BITMAP,
pub nxt: *mut objectMatchAction,
}Fields§
§type_: c_int§ins: *mut Instance§slotNameIDs: *mut SLOT_BITMAP§nxt: *mut objectMatchActionTrait Implementations§
Source§impl Clone for objectMatchAction
impl Clone for objectMatchAction
Source§fn clone(&self) -> objectMatchAction
fn clone(&self) -> objectMatchAction
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 objectMatchAction
impl Debug for objectMatchAction
Source§impl Default for objectMatchAction
impl Default for objectMatchAction
impl Copy for objectMatchAction
Auto Trait Implementations§
impl Freeze for objectMatchAction
impl RefUnwindSafe for objectMatchAction
impl !Send for objectMatchAction
impl !Sync for objectMatchAction
impl Unpin for objectMatchAction
impl UnwindSafe for objectMatchAction
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