Struct clang_sys::CXUnsavedFile [−][src]
#[repr(C)]pub struct CXUnsavedFile {
pub Filename: *const c_char,
pub Contents: *const c_char,
pub Length: c_ulong,
}Fields
Filename: *const c_charContents: *const c_charLength: c_ulongTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CXUnsavedFile
impl !Send for CXUnsavedFile
impl !Sync for CXUnsavedFile
impl Unpin for CXUnsavedFile
impl UnwindSafe for CXUnsavedFile
Blanket Implementations
Mutably borrows from an owned value. Read more