#[repr(C, packed(2))]pub struct Layer_Info {Show 16 fields
pub top_layer: *mut Layer,
pub resPtr1: *mut c_void,
pub resPtr2: *mut c_void,
pub FreeClipRects: *mut ClipRect,
pub bounds: Rectangle,
pub Lock: SignalSemaphore,
pub gs_Head: MinList,
pub PrivateReserve3: WORD,
pub PrivateReserve4: *mut c_void,
pub Flags: UWORD,
pub res_count: BYTE,
pub LockLayersCount: BYTE,
pub PrivateReserve5: BYTE,
pub UserClipRectsCount: BYTE,
pub BlankHook: *mut Hook,
pub resPtr5: *mut c_void,
}Fields§
§top_layer: *mut Layer§resPtr1: *mut c_void§resPtr2: *mut c_void§FreeClipRects: *mut ClipRect§bounds: Rectangle§Lock: SignalSemaphore§gs_Head: MinList§PrivateReserve3: WORD§PrivateReserve4: *mut c_void§Flags: UWORD§res_count: BYTE§LockLayersCount: BYTE§PrivateReserve5: BYTE§UserClipRectsCount: BYTE§BlankHook: *mut Hook§resPtr5: *mut c_voidTrait Implementations§
Source§impl Clone for Layer_Info
impl Clone for Layer_Info
Source§fn clone(&self) -> Layer_Info
fn clone(&self) -> Layer_Info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Layer_Info
impl Debug for Layer_Info
impl Copy for Layer_Info
Auto Trait Implementations§
impl Freeze for Layer_Info
impl RefUnwindSafe for Layer_Info
impl !Send for Layer_Info
impl !Sync for Layer_Info
impl Unpin for Layer_Info
impl UnwindSafe for Layer_Info
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