pub struct HostObject {
pub token: u32,
pub rect: Rect,
}Expand description
Placement of one host box in the rendered fragment.
Fields§
§token: u32The host minted token identifying the object.
rect: RectThe box the object should cover.
Trait Implementations§
Source§impl Clone for HostObject
impl Clone for HostObject
impl Copy for HostObject
Source§impl Debug for HostObject
impl Debug for HostObject
Source§impl PartialEq for HostObject
impl PartialEq for HostObject
impl StructuralPartialEq for HostObject
Auto Trait Implementations§
impl Freeze for HostObject
impl RefUnwindSafe for HostObject
impl Send for HostObject
impl Sync for HostObject
impl Unpin for HostObject
impl UnsafeUnpin for HostObject
impl UnwindSafe for HostObject
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