#[repr(C)]pub struct BLRegionCore {
pub impl_: *mut BLRegionImpl,
}Fields§
§impl_: *mut BLRegionImplTrait Implementations§
Source§impl Clone for BLRegionCore
impl Clone for BLRegionCore
Source§fn clone(&self) -> BLRegionCore
fn clone(&self) -> BLRegionCore
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 BLRegionCore
Auto Trait Implementations§
impl Freeze for BLRegionCore
impl RefUnwindSafe for BLRegionCore
impl !Send for BLRegionCore
impl !Sync for BLRegionCore
impl Unpin for BLRegionCore
impl UnwindSafe for BLRegionCore
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