pub struct FT_Open_Args {
pub flags: u32,
pub memory_base: *const u8,
pub memory_size: i64,
pub pathname: *mut i8,
pub stream: *mut FT_StreamRec,
pub driver: *mut c_void,
pub num_params: i32,
pub params: *const FT_Parameter,
}
Fields
flags | |
memory_base | |
memory_size | |
pathname | |
stream | |
driver | |
num_params | |
params | |
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).