pub struct SetSizeMessage {
pub size: Size,
}
Expand description
Message used to set the size of a facet
Fields§
§size: Size
size to use
Auto Trait Implementations§
impl Freeze for SetSizeMessage
impl RefUnwindSafe for SetSizeMessage
impl Send for SetSizeMessage
impl Sync for SetSizeMessage
impl Unpin for SetSizeMessage
impl UnwindSafe for SetSizeMessage
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