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