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