pub struct PageRef {
pub id: u32,
pub base_loc: ST_Loc,
}Expand description
页面引用。
Fields§
§id: u32页面 ID。
base_loc: ST_Loc页面文件路径。
Implementations§
Trait Implementations§
impl StructuralPartialEq for PageRef
Auto Trait Implementations§
impl Freeze for PageRef
impl RefUnwindSafe for PageRef
impl Send for PageRef
impl Sync for PageRef
impl Unpin for PageRef
impl UnsafeUnpin for PageRef
impl UnwindSafe for PageRef
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