Struct rpgffi::CustomPath [] [src]

#[repr(C)]
pub struct CustomPath { pub path: Path, pub flags: uint32, pub custom_paths: *mut List, pub custom_private: *mut List, pub methods: *const CustomPathMethods, }

Fields

Trait Implementations

impl Copy for CustomPath
[src]

impl Clone for CustomPath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more