#[repr(C)]pub struct _XmuArea;Auto Trait Implementations§
impl Freeze for _XmuArea
impl RefUnwindSafe for _XmuArea
impl Send for _XmuArea
impl Sync for _XmuArea
impl Unpin for _XmuArea
impl UnwindSafe for _XmuArea
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