Struct rich_sdl2_rust::surface::rle::Rle
source · pub struct Rle<'surface, S: Surface> { /* private fields */ }
Expand description
A Run-length encoded Surface
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'surface, S> RefUnwindSafe for Rle<'surface, S>where
S: RefUnwindSafe,
impl<'surface, S> Send for Rle<'surface, S>where
S: Send,
impl<'surface, S> Sync for Rle<'surface, S>where
S: Sync,
impl<'surface, S> Unpin for Rle<'surface, S>
impl<'surface, S> !UnwindSafe for Rle<'surface, S>
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