pub struct Surface {
pub half_space: HalfSpace,
pub texture: CString,
pub alignment: Alignment,
pub q2ext: Quake2SurfaceExtension,
}
Expand description
Brush face
Set q2ext
to its default (Default::default()
) value to create a surface
compatible for Quake 1 tools
Fields§
§half_space: HalfSpace
§texture: CString
§alignment: Alignment
§q2ext: Quake2SurfaceExtension
Trait Implementations§
Source§impl CheckWritable for Surface
impl CheckWritable for Surface
Source§fn check_writable(&self) -> ValidationResult
fn check_writable(&self) -> ValidationResult
Determine if an item can be written to file Read more
Auto Trait Implementations§
impl Freeze for Surface
impl RefUnwindSafe for Surface
impl Send for Surface
impl Sync for Surface
impl Unpin for Surface
impl UnwindSafe for Surface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more