Struct PPP_LCP
#[repr(transparent)]pub struct PPP_LCP(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for PPP_LCP
impl Eq for PPP_LCP
impl StructuralPartialEq for PPP_LCP
Auto Trait Implementations§
impl Freeze for PPP_LCP
impl RefUnwindSafe for PPP_LCP
impl Send for PPP_LCP
impl Sync for PPP_LCP
impl Unpin for PPP_LCP
impl UnwindSafe for PPP_LCP
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