#[repr(C)]pub struct AtkSocket {
pub parent: AtkObject,
pub embedded_plug_id: *mut c_char,
}
Fields§
§parent: AtkObject
§embedded_plug_id: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AtkSocket
impl !Send for AtkSocket
impl !Sync for AtkSocket
impl Unpin for AtkSocket
impl UnwindSafe for AtkSocket
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