#[repr(C, packed(4))]pub struct bGPDlayer_Mask {
pub next: Pointer<bGPDlayer_Mask>,
pub prev: Pointer<bGPDlayer_Mask>,
pub name: [i8; 128],
pub flag: i16,
pub sort_index: i16,
pub _pad: [i8; 4],
}
Fields§
§next: Pointer<bGPDlayer_Mask>
§prev: Pointer<bGPDlayer_Mask>
§name: [i8; 128]
§flag: i16
§sort_index: i16
§_pad: [i8; 4]
Trait Implementations§
Source§impl DoubleLinked<Pointer<bGPDlayer_Mask>> for bGPDlayer_Mask
impl DoubleLinked<Pointer<bGPDlayer_Mask>> for bGPDlayer_Mask
Source§impl GeneratedBlendStruct for bGPDlayer_Mask
impl GeneratedBlendStruct for bGPDlayer_Mask
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDlayer_Mask"
const STRUCT_INDEX: usize = 584usize
const STRUCT_TYPE_INDEX: usize = 718usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDlayer_Mask> for bGPDlayer_Mask
Auto Trait Implementations§
impl Freeze for bGPDlayer_Mask
impl RefUnwindSafe for bGPDlayer_Mask
impl Send for bGPDlayer_Mask
impl Sync for bGPDlayer_Mask
impl Unpin for bGPDlayer_Mask
impl UnwindSafe for bGPDlayer_Mask
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