pub struct Function {
pub value: [u8; 8],
}
Fields§
§value: [u8; 8]
Trait Implementations§
Source§impl GeneratedBlendStruct for Function
impl GeneratedBlendStruct for Function
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Function"
const STRUCT_INDEX: usize = 4_294_967_292usize
const STRUCT_TYPE_INDEX: usize = 4_294_967_292usize
const IS_SYNTHETIC: bool = true
impl Copy for Function
Auto Trait Implementations§
impl Freeze for Function
impl RefUnwindSafe for Function
impl Send for Function
impl Sync for Function
impl Unpin for Function
impl UnwindSafe for Function
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