Struct Base
pub struct Base { /* private fields */ }Expand description
This structure represents a primitive type like int, char.
Trait Implementations§
§impl EditorType for Base
impl EditorType for Base
fn pointer_to(&self) -> Pointer
Auto Trait Implementations§
impl Freeze for Base
impl !RefUnwindSafe for Base
impl !Send for Base
impl !Sync for Base
impl Unpin for Base
impl UnsafeUnpin for Base
impl UnwindSafe for Base
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