#[repr(C, packed(4))]pub struct WipeVars {
pub edgeWidth: f32,
pub angle: f32,
pub forward: i16,
pub wipetype: i16,
}Fields§
§edgeWidth: f32§angle: f32§forward: i16§wipetype: i16Trait Implementations§
Source§impl GeneratedBlendStruct for WipeVars
impl GeneratedBlendStruct for WipeVars
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "WipeVars"
const STRUCT_INDEX: usize = 327usize
const STRUCT_TYPE_INDEX: usize = 461usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<WipeVars> for WipeVars
Auto Trait Implementations§
impl Freeze for WipeVars
impl RefUnwindSafe for WipeVars
impl Send for WipeVars
impl Sync for WipeVars
impl Unpin for WipeVars
impl UnwindSafe for WipeVars
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