pub struct HostPlugFrame {
pub resize_requested: AtomicBool,
pub requested_size: Mutex<Option<(i32, i32)>>,
}Fields§
§resize_requested: AtomicBool§requested_size: Mutex<Option<(i32, i32)>>Implementations§
Source§impl HostPlugFrame
impl HostPlugFrame
Trait Implementations§
Source§impl Class for HostPlugFrame
impl Class for HostPlugFrame
Source§type Interfaces = (IPlugFrame,)
type Interfaces = (IPlugFrame,)
The list of interfaces implemented by this Rust type. Read more
Source§impl Default for HostPlugFrame
impl Default for HostPlugFrame
Source§impl IPlugFrameTrait for HostPlugFrame
impl IPlugFrameTrait for HostPlugFrame
Auto Trait Implementations§
impl !Freeze for HostPlugFrame
impl RefUnwindSafe for HostPlugFrame
impl Send for HostPlugFrame
impl Sync for HostPlugFrame
impl Unpin for HostPlugFrame
impl UnsafeUnpin for HostPlugFrame
impl UnwindSafe for HostPlugFrame
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