pub struct IPVER_R(/* private fields */);
Expand description
Field IPVER
reader - IPVER
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPVER_R
impl RefUnwindSafe for IPVER_R
impl Send for IPVER_R
impl Sync for IPVER_R
impl Unpin for IPVER_R
impl UnwindSafe for IPVER_R
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