Struct webkit2gtk_sys::WebKitBackForwardList
source · [−]#[repr(C)]pub struct WebKitBackForwardList {
pub parent: GObject,
pub priv_: *mut WebKitBackForwardListPrivate,
}
Fields
parent: GObject
priv_: *mut WebKitBackForwardListPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebKitBackForwardList
impl !Send for WebKitBackForwardList
impl !Sync for WebKitBackForwardList
impl Unpin for WebKitBackForwardList
impl UnwindSafe for WebKitBackForwardList
Blanket Implementations
Mutably borrows from an owned value. Read more