#[repr(C)]pub struct BitLibRegion {
pub mark: c_char,
pub start: usize,
pub length: usize,
}
Fields§
§mark: c_char
§start: usize
§length: usize
Trait Implementations§
Source§impl Clone for BitLibRegion
impl Clone for BitLibRegion
Source§fn clone(&self) -> BitLibRegion
fn clone(&self) -> BitLibRegion
Returns a duplicate 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