pub struct OpaqueAUGraph { /* private fields */ }Available on crate feature
AUGraph only.Expand description
Trait Implementations§
Source§impl Debug for OpaqueAUGraph
impl Debug for OpaqueAUGraph
Source§impl RefEncode for OpaqueAUGraph
impl RefEncode for OpaqueAUGraph
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl !Freeze for OpaqueAUGraph
impl !RefUnwindSafe for OpaqueAUGraph
impl !Send for OpaqueAUGraph
impl !Sync for OpaqueAUGraph
impl !Unpin for OpaqueAUGraph
impl !UnwindSafe for OpaqueAUGraph
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