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
§fn clone(&self) -> c_G_fpos_t
fn clone(&self) -> c_G_fpos_t
Returns a copy 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 moreimpl 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§
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