#[repr(C)]pub struct DecalData {
pub data: DECAL_DATA_DATA,
}
Fields§
§data: DECAL_DATA_DATA
Trait Implementations§
impl StructuralPartialEq for DecalData
Auto Trait Implementations§
impl Freeze for DecalData
impl RefUnwindSafe for DecalData
impl Send for DecalData
impl Sync for DecalData
impl Unpin for DecalData
impl UnwindSafe for DecalData
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