pub struct AlignmentPlacement {
pub side: Side,
pub alignment: Alignment,
}
Fields§
§side: Side
§alignment: Alignment
Trait Implementations§
Source§impl Clone for AlignmentPlacement
impl Clone for AlignmentPlacement
Source§fn clone(&self) -> AlignmentPlacement
fn clone(&self) -> AlignmentPlacement
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 From<AlignmentPlacement> for Placement
impl From<AlignmentPlacement> for Placement
Source§fn from(v: AlignmentPlacement) -> Self
fn from(v: AlignmentPlacement) -> Self
Converts to this type from the input type.
Source§impl Into<JsValue> for AlignmentPlacement
impl Into<JsValue> for AlignmentPlacement
Source§impl ToString for AlignmentPlacement
impl ToString for AlignmentPlacement
Source§impl TryFrom<JsValue> for AlignmentPlacement
impl TryFrom<JsValue> for AlignmentPlacement
Source§impl TryFrom<String> for AlignmentPlacement
impl TryFrom<String> for AlignmentPlacement
Auto Trait Implementations§
impl Freeze for AlignmentPlacement
impl RefUnwindSafe for AlignmentPlacement
impl Send for AlignmentPlacement
impl Sync for AlignmentPlacement
impl Unpin for AlignmentPlacement
impl UnwindSafe for AlignmentPlacement
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