pub struct BoxProps {
pub direction: Direction,
pub gap: u16,
}Fields§
§direction: Direction§gap: u16Trait Implementations§
impl Copy for BoxProps
impl Eq for BoxProps
impl StructuralPartialEq for BoxProps
Auto Trait Implementations§
impl Freeze for BoxProps
impl RefUnwindSafe for BoxProps
impl Send for BoxProps
impl Sync for BoxProps
impl Unpin for BoxProps
impl UnsafeUnpin for BoxProps
impl UnwindSafe for BoxProps
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