Struct flipperzero_sys::BitLibRegion
source · #[repr(C)]pub struct BitLibRegion {
pub mark: c_char,
pub start: usize,
pub length: usize,
}Fields§
§mark: c_char§start: usize§length: usizeTrait Implementations§
source§impl Clone for BitLibRegion
impl Clone for BitLibRegion
source§fn clone(&self) -> BitLibRegion
fn clone(&self) -> BitLibRegion
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 BitLibRegion
impl Debug for BitLibRegion
impl Copy for BitLibRegion
Auto Trait Implementations§
impl Freeze for BitLibRegion
impl RefUnwindSafe for BitLibRegion
impl Send for BitLibRegion
impl Sync for BitLibRegion
impl Unpin for BitLibRegion
impl UnwindSafe for BitLibRegion
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)