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