pub struct SliceGroup {
pub bounds: LtrbBounds,
pub group_name: String,
pub slices: Vec<Slice>,
}Expand description
TS ImageResources.slices[] element.
Fields§
§bounds: LtrbBounds§group_name: String§slices: Vec<Slice>Trait Implementations§
Source§impl Clone for SliceGroup
impl Clone for SliceGroup
Source§fn clone(&self) -> SliceGroup
fn clone(&self) -> SliceGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SliceGroup
impl Debug for SliceGroup
Source§impl Default for SliceGroup
impl Default for SliceGroup
Source§fn default() -> SliceGroup
fn default() -> SliceGroup
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SliceGroup
impl RefUnwindSafe for SliceGroup
impl Send for SliceGroup
impl Sync for SliceGroup
impl Unpin for SliceGroup
impl UnsafeUnpin for SliceGroup
impl UnwindSafe for SliceGroup
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