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