pub struct overflow_clip_margin;
Trait Implementations§
Source§impl Clone for overflow_clip_margin
impl Clone for overflow_clip_margin
Source§fn clone(&self) -> overflow_clip_margin
fn clone(&self) -> overflow_clip_margin
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 CssProperty for overflow_clip_margin
impl CssProperty for overflow_clip_margin
Auto Trait Implementations§
impl Freeze for overflow_clip_margin
impl RefUnwindSafe for overflow_clip_margin
impl Send for overflow_clip_margin
impl Sync for overflow_clip_margin
impl Unpin for overflow_clip_margin
impl UnwindSafe for overflow_clip_margin
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