Struct flipperzero_sys::BitLibRegion
source · Expand description
Re-export bindings
Fields
mark: c_charstart: usizelength: usizeTrait Implementations
sourceimpl Clone for BitLibRegion
impl Clone for BitLibRegion
sourcefn clone(&self) -> BitLibRegion
fn clone(&self) -> BitLibRegion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BitLibRegion
impl Debug for BitLibRegion
impl Copy for BitLibRegion
Auto Trait Implementations
impl RefUnwindSafe for BitLibRegion
impl Send for BitLibRegion
impl Sync for BitLibRegion
impl Unpin for BitLibRegion
impl UnwindSafe for BitLibRegion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more