pub struct FSLoggerWithData(pub *const c_char, pub FSTextChannel);Tuple Fields§
§0: *const c_char§1: FSTextChannelTrait Implementations§
Source§impl Log for FSLoggerWithData
impl Log for FSLoggerWithData
impl Send for FSLoggerWithData
impl Sync for FSLoggerWithData
Auto Trait Implementations§
impl Freeze for FSLoggerWithData
impl RefUnwindSafe for FSLoggerWithData
impl Unpin for FSLoggerWithData
impl UnwindSafe for FSLoggerWithData
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