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