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