Struct DL_TUNNEL_ADDRESS
#[repr(C)]pub struct DL_TUNNEL_ADDRESS {
pub CompartmentId: COMPARTMENT_ID,
pub ScopeId: SCOPE_ID,
pub IpAddress: [u8; 1],
}
Fields§
§CompartmentId: COMPARTMENT_ID
§ScopeId: SCOPE_ID
§IpAddress: [u8; 1]
Trait Implementations§
§impl Clone for DL_TUNNEL_ADDRESS
impl Clone for DL_TUNNEL_ADDRESS
§fn clone(&self) -> DL_TUNNEL_ADDRESS
fn clone(&self) -> DL_TUNNEL_ADDRESS
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 DL_TUNNEL_ADDRESS
Auto Trait Implementations§
impl Freeze for DL_TUNNEL_ADDRESS
impl RefUnwindSafe for DL_TUNNEL_ADDRESS
impl Send for DL_TUNNEL_ADDRESS
impl Sync for DL_TUNNEL_ADDRESS
impl Unpin for DL_TUNNEL_ADDRESS
impl UnwindSafe for DL_TUNNEL_ADDRESS
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