#[repr(C)]pub struct CbfNavigationHistoryEntry {
pub entry_id: u64,
pub url: *mut c_char,
pub title: *mut c_char,
pub index: u32,
pub same_document_with_previous: bool,
}Fields§
§entry_id: u64§url: *mut c_char§title: *mut c_char§index: u32§same_document_with_previous: boolTrait Implementations§
Source§fn clone(&self) -> CbfNavigationHistoryEntry
fn clone(&self) -> CbfNavigationHistoryEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
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