pub struct LogPipe(pub *mut LogPipe);
Tuple Fields§
§0: *mut LogPipe
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogPipe
impl RefUnwindSafe for LogPipe
impl !Send for LogPipe
impl !Sync for LogPipe
impl Unpin for LogPipe
impl UnwindSafe for LogPipe
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