pub struct MaxrectsOptions { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MaxrectsOptions
impl Clone for MaxrectsOptions
Source§fn clone(&self) -> MaxrectsOptions
fn clone(&self) -> MaxrectsOptions
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 Default for MaxrectsOptions
impl Default for MaxrectsOptions
impl Copy for MaxrectsOptions
Auto Trait Implementations§
impl Freeze for MaxrectsOptions
impl RefUnwindSafe for MaxrectsOptions
impl Send for MaxrectsOptions
impl Sync for MaxrectsOptions
impl Unpin for MaxrectsOptions
impl UnwindSafe for MaxrectsOptions
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