Struct makepad_objc_sys::Encoding
source · [−]pub struct Encoding { /* private fields */ }
Expand description
An Objective-C type encoding.
For more information, see Apple’s documentation: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtTypeEncodings.html
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Encoding
impl !Send for Encoding
impl !Sync for Encoding
impl Unpin for Encoding
impl UnwindSafe for Encoding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more