#[repr(C, packed(2))]pub struct dtFrameBox {
pub MethodID: ULONG,
pub dtf_GInfo: *mut GadgetInfo,
pub dtf_ContentsInfo: *mut FrameInfo,
pub dtf_FrameInfo: *mut FrameInfo,
pub dtf_SizeFrameInfo: ULONG,
pub dtf_FrameFlags: ULONG,
}Fields§
§MethodID: ULONG§dtf_GInfo: *mut GadgetInfo§dtf_ContentsInfo: *mut FrameInfo§dtf_FrameInfo: *mut FrameInfo§dtf_SizeFrameInfo: ULONG§dtf_FrameFlags: ULONGTrait Implementations§
Source§impl Clone for dtFrameBox
impl Clone for dtFrameBox
Source§fn clone(&self) -> dtFrameBox
fn clone(&self) -> dtFrameBox
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 dtFrameBox
impl Debug for dtFrameBox
impl Copy for dtFrameBox
Auto Trait Implementations§
impl Freeze for dtFrameBox
impl RefUnwindSafe for dtFrameBox
impl !Send for dtFrameBox
impl !Sync for dtFrameBox
impl Unpin for dtFrameBox
impl UnwindSafe for dtFrameBox
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