struct KeyLogFileInner {
file: Option<File>,
buf: Vec<u8>,
}
Fields§
§file: Option<File>
§buf: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyLogFileInner
impl RefUnwindSafe for KeyLogFileInner
impl Send for KeyLogFileInner
impl Sync for KeyLogFileInner
impl Unpin for KeyLogFileInner
impl UnwindSafe for KeyLogFileInner
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