pub struct Trim {
pub material: TrimMaterial,
pub pattern: TrimPattern,
}Fields§
§material: TrimMaterial§pattern: TrimPatternTrait Implementations§
Source§impl AzaleaRead for Trim
impl AzaleaRead for Trim
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for Trim
impl AzaleaWrite for Trim
Source§impl DataComponentTrait for Trim
impl DataComponentTrait for Trim
const KIND: DataComponentKind = DataComponentKind::Trim
Source§impl From<Trim> for DataComponentUnion
impl From<Trim> for DataComponentUnion
impl StructuralPartialEq for Trim
Auto Trait Implementations§
impl Freeze for Trim
impl RefUnwindSafe for Trim
impl Send for Trim
impl Sync for Trim
impl Unpin for Trim
impl UnwindSafe for Trim
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