pub struct AutoInterfacePlan { /* private fields */ }Implementations§
Source§impl AutoInterfacePlan
impl AutoInterfacePlan
pub fn group_id(&self) -> &AutoInterfaceGroupId
pub const fn discovery_scope(&self) -> AutoInterfaceDiscoveryScope
pub const fn discovery_port(&self) -> AutoInterfaceDiscoveryPort
pub const fn data_port(&self) -> AutoInterfaceDataPort
pub const fn devices(&self) -> &AutoInterfaceDevicePolicy
pub const fn multicast_address_type(&self) -> AutoInterfaceMulticastAddressType
Trait Implementations§
Source§impl Clone for AutoInterfacePlan
impl Clone for AutoInterfacePlan
Source§fn clone(&self) -> AutoInterfacePlan
fn clone(&self) -> AutoInterfacePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AutoInterfacePlan
impl Debug for AutoInterfacePlan
impl Eq for AutoInterfacePlan
Source§impl PartialEq for AutoInterfacePlan
impl PartialEq for AutoInterfacePlan
impl StructuralPartialEq for AutoInterfacePlan
Auto Trait Implementations§
impl Freeze for AutoInterfacePlan
impl RefUnwindSafe for AutoInterfacePlan
impl Send for AutoInterfacePlan
impl Sync for AutoInterfacePlan
impl Unpin for AutoInterfacePlan
impl UnsafeUnpin for AutoInterfacePlan
impl UnwindSafe for AutoInterfacePlan
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