#[repr(transparent)]pub struct IpSet(pub u32);Expand description
IP Block
Tuple Fields§
§0: u32Implementations§
Source§impl IpSet
impl IpSet
Sourcepub const fn power_control_suspend_option(&self) -> bool
pub const fn power_control_suspend_option(&self) -> bool
Power Control Suspend Option
Sourcepub const fn set_power_control_suspend_option(&mut self, val: bool)
pub const fn set_power_control_suspend_option(&mut self, val: bool)
Power Control Suspend Option
Trait Implementations§
impl Copy for IpSet
impl Eq for IpSet
impl StructuralPartialEq for IpSet
Auto Trait Implementations§
impl Freeze for IpSet
impl RefUnwindSafe for IpSet
impl Send for IpSet
impl Sync for IpSet
impl Unpin for IpSet
impl UnwindSafe for IpSet
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