#[repr(C)]pub struct BLRegionImpl {
pub __bindgen_anon_1: BLRegionImpl__bindgen_ty_1,
pub capacity: usize,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub reserved: [u8; 4],
pub boundingBox: BLBoxI,
}Fields§
§__bindgen_anon_1: BLRegionImpl__bindgen_ty_1§capacity: usize§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§reserved: [u8; 4]§boundingBox: BLBoxITrait Implementations§
Source§impl Clone for BLRegionImpl
impl Clone for BLRegionImpl
Source§fn clone(&self) -> BLRegionImpl
fn clone(&self) -> BLRegionImpl
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 moreimpl Copy for BLRegionImpl
Auto Trait Implementations§
impl Freeze for BLRegionImpl
impl RefUnwindSafe for BLRegionImpl
impl !Send for BLRegionImpl
impl !Sync for BLRegionImpl
impl Unpin for BLRegionImpl
impl UnwindSafe for BLRegionImpl
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