#[repr(C, packed(2))]pub struct impFrameBox {
pub MethodID: ULONG,
pub imp_ContentsBox: *mut IBox,
pub imp_FrameBox: *mut IBox,
pub imp_DrInfo: *mut DrawInfo,
pub imp_FrameFlags: ULONG,
}Fields§
§MethodID: ULONG§imp_ContentsBox: *mut IBox§imp_FrameBox: *mut IBox§imp_DrInfo: *mut DrawInfo§imp_FrameFlags: ULONGTrait Implementations§
Source§impl Clone for impFrameBox
impl Clone for impFrameBox
Source§fn clone(&self) -> impFrameBox
fn clone(&self) -> impFrameBox
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 impFrameBox
impl Debug for impFrameBox
impl Copy for impFrameBox
Auto Trait Implementations§
impl Freeze for impFrameBox
impl RefUnwindSafe for impFrameBox
impl !Send for impFrameBox
impl !Sync for impFrameBox
impl Unpin for impFrameBox
impl UnwindSafe for impFrameBox
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