#[repr(C)]pub struct CbfRectList {
pub items: *const CbfRect,
pub len: u32,
}Fields§
§items: *const CbfRect§len: u32Trait Implementations§
Source§impl Clone for CbfRectList
impl Clone for CbfRectList
Source§fn clone(&self) -> CbfRectList
fn clone(&self) -> CbfRectList
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 CbfRectList
impl Debug for CbfRectList
Source§impl Default for CbfRectList
impl Default for CbfRectList
Source§fn default() -> CbfRectList
fn default() -> CbfRectList
Returns the “default value” for a type. Read more
impl Copy for CbfRectList
Auto Trait Implementations§
impl Freeze for CbfRectList
impl RefUnwindSafe for CbfRectList
impl !Send for CbfRectList
impl !Sync for CbfRectList
impl Unpin for CbfRectList
impl UnsafeUnpin for CbfRectList
impl UnwindSafe for CbfRectList
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