#[repr(transparent)]pub struct IpTog(pub u32);Expand description
IP Block
Tuple Fields§
§0: u32Implementations§
Source§impl IpTog
impl IpTog
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 IpTog
impl Eq for IpTog
impl StructuralPartialEq for IpTog
Auto Trait Implementations§
impl Freeze for IpTog
impl RefUnwindSafe for IpTog
impl Send for IpTog
impl Sync for IpTog
impl Unpin for IpTog
impl UnwindSafe for IpTog
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