#[repr(C)]pub struct TransparentDefinition {
pub m_TRANSPARENT_MATRIX: [u8; 256],
pub m_isInitTransparentMatrix: i32,
pub m_PercentOfTransparent: i32,
}Fields§
§m_TRANSPARENT_MATRIX: [u8; 256]§m_isInitTransparentMatrix: i32§m_PercentOfTransparent: i32Trait Implementations§
Source§impl Clone for TransparentDefinition
impl Clone for TransparentDefinition
Source§fn clone(&self) -> TransparentDefinition
fn clone(&self) -> TransparentDefinition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TransparentDefinition
Auto Trait Implementations§
impl Freeze for TransparentDefinition
impl RefUnwindSafe for TransparentDefinition
impl Send for TransparentDefinition
impl Sync for TransparentDefinition
impl Unpin for TransparentDefinition
impl UnwindSafe for TransparentDefinition
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