#[repr(C)]pub struct AtkDocument { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtkDocument
impl RefUnwindSafe for AtkDocument
impl !Send for AtkDocument
impl !Sync for AtkDocument
impl !Unpin for AtkDocument
impl UnwindSafe for AtkDocument
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