pub struct LeaveArgs {
pub serial: u32,
pub surface: ObjectId,
}
Fields§
§serial: u32
serial number of the leave event
surface: ObjectId
surface left by the pointer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeaveArgs
impl RefUnwindSafe for LeaveArgs
impl Send for LeaveArgs
impl Sync for LeaveArgs
impl Unpin for LeaveArgs
impl UnwindSafe for LeaveArgs
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