#[repr(C, packed(4))]pub struct NodeSetAlpha {
pub mode: i8,
}Fields§
§mode: i8Trait Implementations§
Source§impl GeneratedBlendStruct for NodeSetAlpha
impl GeneratedBlendStruct for NodeSetAlpha
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeSetAlpha"
const STRUCT_INDEX: usize = 453usize
const STRUCT_TYPE_INDEX: usize = 591usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeSetAlpha> for NodeSetAlpha
Auto Trait Implementations§
impl Freeze for NodeSetAlpha
impl RefUnwindSafe for NodeSetAlpha
impl Send for NodeSetAlpha
impl Sync for NodeSetAlpha
impl Unpin for NodeSetAlpha
impl UnwindSafe for NodeSetAlpha
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