Struct raui_binary_renderer::BinaryRenderer
source · pub struct BinaryRenderer;Trait Implementations§
source§impl Clone for BinaryRenderer
impl Clone for BinaryRenderer
source§fn clone(&self) -> BinaryRenderer
fn clone(&self) -> BinaryRenderer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BinaryRenderer
impl Debug for BinaryRenderer
source§impl Default for BinaryRenderer
impl Default for BinaryRenderer
source§fn default() -> BinaryRenderer
fn default() -> BinaryRenderer
Returns the “default value” for a type. Read more
source§impl Renderer<Vec<u8>, Box<ErrorKind>> for BinaryRenderer
impl Renderer<Vec<u8>, Box<ErrorKind>> for BinaryRenderer
fn render( &mut self, tree: &WidgetUnit, _: &CoordsMapping, _layout: &Layout ) -> Result<Vec<u8>, Error>
impl Copy for BinaryRenderer
Auto Trait Implementations§
impl RefUnwindSafe for BinaryRenderer
impl Send for BinaryRenderer
impl Sync for BinaryRenderer
impl Unpin for BinaryRenderer
impl UnwindSafe for BinaryRenderer
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more