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