pub struct NetMask(/* private fields */);Implementations§
Source§impl NetMask
impl NetMask
pub const MAX: Self = Self::M_64
pub const MIN: Self = Self::M_0
pub const M_0: Self
pub const M_1: Self
pub const M_10: Self
pub const M_11: Self
pub const M_12: Self
pub const M_13: Self
pub const M_14: Self
pub const M_15: Self
pub const M_16: Self
pub const M_17: Self
pub const M_18: Self
pub const M_19: Self
pub const M_2: Self
pub const M_20: Self
pub const M_21: Self
pub const M_22: Self
pub const M_23: Self
pub const M_24: Self
pub const M_25: Self
pub const M_26: Self
pub const M_27: Self
pub const M_28: Self
pub const M_29: Self
pub const M_3: Self
pub const M_30: Self
pub const M_31: Self
pub const M_32: Self
pub const M_33: Self
pub const M_34: Self
pub const M_35: Self
pub const M_36: Self
pub const M_37: Self
pub const M_38: Self
pub const M_39: Self
pub const M_4: Self
pub const M_40: Self
pub const M_41: Self
pub const M_42: Self
pub const M_43: Self
pub const M_44: Self
pub const M_45: Self
pub const M_46: Self
pub const M_47: Self
pub const M_48: Self
pub const M_49: Self
pub const M_5: Self
pub const M_50: Self
pub const M_51: Self
pub const M_52: Self
pub const M_53: Self
pub const M_54: Self
pub const M_55: Self
pub const M_56: Self
pub const M_57: Self
pub const M_58: Self
pub const M_59: Self
pub const M_6: Self
pub const M_60: Self
pub const M_61: Self
pub const M_62: Self
pub const M_63: Self
pub const M_64: Self
pub const M_7: Self
pub const M_8: Self
pub const M_9: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NetMask
impl<'de> Deserialize<'de> for NetMask
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for NetMask
impl Ord for NetMask
Source§impl PartialOrd for NetMask
impl PartialOrd for NetMask
impl Copy for NetMask
impl Eq for NetMask
impl Message for NetMask
impl StructuralPartialEq for NetMask
Auto Trait Implementations§
impl Freeze for NetMask
impl RefUnwindSafe for NetMask
impl Send for NetMask
impl Sync for NetMask
impl Unpin for NetMask
impl UnwindSafe for NetMask
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