pub struct CurFile<U: Ui>(/* private fields */);Implementations§
Source§impl<U: Ui> CurFile<U>
impl<U: Ui> CurFile<U>
pub const fn new() -> Self
pub fn fixed_reader(&self) -> FileReader<U>
pub fn dyn_reader(&self) -> FileReader<U>
pub fn inspect<R>(&self, f: impl FnOnce(&File, &U::Area, &Cursors) -> R) -> R
pub fn file_ptr_eq(&self, other: &Node<U>) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<U> !Freeze for CurFile<U>
impl<U> !RefUnwindSafe for CurFile<U>
impl<U> Send for CurFile<U>
impl<U> Sync for CurFile<U>
impl<U> Unpin for CurFile<U>
impl<U> !UnwindSafe for CurFile<U>
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