Struct omp_gdk::objects::ObjectMaterialData
source · pub struct ObjectMaterialData {
pub modelid: isize,
pub textureLibrary: String,
pub textureName: String,
pub materialColour: Colour,
pub text: String,
pub materialSize: isize,
pub fontFace: String,
pub fontSize: isize,
pub bold: bool,
pub fontColour: Colour,
pub backgroundColour: Colour,
pub textAlignment: isize,
}Fields§
§modelid: isize§textureLibrary: String§textureName: String§materialColour: Colour§text: String§materialSize: isize§fontFace: String§fontSize: isize§bold: bool§fontColour: Colour§backgroundColour: Colour§textAlignment: isizeImplementations§
Auto Trait Implementations§
impl Freeze for ObjectMaterialData
impl RefUnwindSafe for ObjectMaterialData
impl Send for ObjectMaterialData
impl Sync for ObjectMaterialData
impl Unpin for ObjectMaterialData
impl UnwindSafe for ObjectMaterialData
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