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