pub struct SupportedPlacement { /* private fields */ }Expand description
Requires the entire placement base to lie on an object’s support surface.
Implementations§
Trait Implementations§
Source§impl Clone for SupportedPlacement
impl Clone for SupportedPlacement
Source§fn clone(&self) -> SupportedPlacement
fn clone(&self) -> SupportedPlacement
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 moreSource§impl Debug for SupportedPlacement
impl Debug for SupportedPlacement
Source§impl PartialEq for SupportedPlacement
impl PartialEq for SupportedPlacement
impl StructuralPartialEq for SupportedPlacement
Auto Trait Implementations§
impl Freeze for SupportedPlacement
impl RefUnwindSafe for SupportedPlacement
impl Send for SupportedPlacement
impl Sync for SupportedPlacement
impl Unpin for SupportedPlacement
impl UnwindSafe for SupportedPlacement
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