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