Struct gdnative_visual_script::common::libc::fstore_t[][src]

#[repr(C)]
pub struct fstore_t { pub fst_flags: u32, pub fst_posmode: i32, pub fst_offset: i64, pub fst_length: i64, pub fst_bytesalloc: i64, }

Fields

Trait Implementations

impl Clone for fstore_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for fstore_t
[src]

Auto Trait Implementations

impl Send for fstore_t

impl Sync for fstore_t