pub struct LPT { /* private fields */ }
Expand description
LPT
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LPT
impl RefUnwindSafe for LPT
impl !Sync for LPT
impl Unpin for LPT
impl UnwindSafe for LPT
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