#[repr(C)]pub struct BLPatternImpl {
pub image: BLImageCore,
pub reservedHeader: [*mut c_void; 2],
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub patternType: u8,
pub extendMode: u8,
pub matrixType: u8,
pub reserved: [u8; 1],
pub matrix: BLMatrix2D,
pub area: BLRectI,
}Fields§
§image: BLImageCore§reservedHeader: [*mut c_void; 2]§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§patternType: u8§extendMode: u8§matrixType: u8§reserved: [u8; 1]§matrix: BLMatrix2D§area: BLRectITrait Implementations§
Source§impl Clone for BLPatternImpl
impl Clone for BLPatternImpl
Source§fn clone(&self) -> BLPatternImpl
fn clone(&self) -> BLPatternImpl
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 BLPatternImpl
Auto Trait Implementations§
impl Freeze for BLPatternImpl
impl RefUnwindSafe for BLPatternImpl
impl !Send for BLPatternImpl
impl !Sync for BLPatternImpl
impl Unpin for BLPatternImpl
impl UnwindSafe for BLPatternImpl
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