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