Struct browser_window::prelude::c_G_fpos_t [−]
#[repr(C)]pub struct c_G_fpos_t {
pub __pos: i64,
pub __state: c__mbstate_t,
}
Fields
__pos: i64
__state: c__mbstate_t
Trait Implementations
impl Clone for c_G_fpos_t
impl Clone for c_G_fpos_t
pub fn clone(&self) -> c_G_fpos_t
pub fn clone(&self) -> c_G_fpos_t
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Copy for c_G_fpos_t
Auto Trait Implementations
impl RefUnwindSafe for c_G_fpos_t
impl Send for c_G_fpos_t
impl Sync for c_G_fpos_t
impl Unpin for c_G_fpos_t
impl UnwindSafe for c_G_fpos_t
Blanket Implementations
Mutably borrows from an owned value. Read more