Struct IPX_PATTERN
#[repr(C)]pub struct IPX_PATTERN {
pub Src: IPX_PATTERN_0,
pub Dest: IPX_PATTERN_0,
}
Fields§
§Src: IPX_PATTERN_0
§Dest: IPX_PATTERN_0
Trait Implementations§
§impl Clone for IPX_PATTERN
impl Clone for IPX_PATTERN
§fn clone(&self) -> IPX_PATTERN
fn clone(&self) -> IPX_PATTERN
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 moreimpl Copy for IPX_PATTERN
Auto Trait Implementations§
impl Freeze for IPX_PATTERN
impl RefUnwindSafe for IPX_PATTERN
impl Send for IPX_PATTERN
impl Sync for IPX_PATTERN
impl Unpin for IPX_PATTERN
impl UnwindSafe for IPX_PATTERN
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