pub struct BmPage {
pub file: PathBuf,
/* private fields */
}Fields§
§file: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BmPage
impl RefUnwindSafe for BmPage
impl Send for BmPage
impl Sync for BmPage
impl Unpin for BmPage
impl UnwindSafe for BmPage
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