Struct sass_sys::Sass_File_Context[][src]

#[repr(C)]
pub struct Sass_File_Context { /* fields omitted */ }

Trait Implementations

impl Debug for Sass_File_Context
[src]

Formats the value using the given formatter. Read more

impl Copy for Sass_File_Context
[src]

impl Clone for Sass_File_Context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations