pub struct FuncBrush<'a> {Show 19 fields
pub _minlight: Option<f32>,
pub disablereceiveshadows: bool,
pub disableshadows: bool,
pub inputfilter: Option<u8>,
pub invert_exclusion: bool,
pub model: &'a str,
pub origin: Vector,
pub renderamt: i32,
pub rendercolor: Color,
pub renderfx: Option<u8>,
pub rendermode: Option<u8>,
pub solidbsp: bool,
pub solidity: u8,
pub spawnflags: Option<u32>,
pub speed: Option<u8>,
pub startdisabled: bool,
pub targetname: Option<&'a str>,
pub vrad_brush_cast_shadows: bool,
pub wait: Option<u8>,
}Fields§
§_minlight: Option<f32>§disablereceiveshadows: bool§disableshadows: bool§inputfilter: Option<u8>§invert_exclusion: bool§model: &'a str§origin: Vector§renderamt: i32§rendercolor: Color§renderfx: Option<u8>§rendermode: Option<u8>§solidbsp: bool§solidity: u8§spawnflags: Option<u32>§speed: Option<u8>§startdisabled: bool§targetname: Option<&'a str>§vrad_brush_cast_shadows: bool§wait: Option<u8>Trait Implementations§
Source§impl<'de: 'a, 'a> Deserialize<'de> for FuncBrush<'a>
impl<'de: 'a, 'a> Deserialize<'de> for FuncBrush<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for FuncBrush<'a>
impl<'a> RefUnwindSafe for FuncBrush<'a>
impl<'a> Send for FuncBrush<'a>
impl<'a> Sync for FuncBrush<'a>
impl<'a> Unpin for FuncBrush<'a>
impl<'a> UnwindSafe for FuncBrush<'a>
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