Struct physis::mtrl::ColorTableBinReadArgs
source · pub struct ColorTableBinReadArgs { /* private fields */ }
Expand description
Named arguments for the BinRead::read_options
implementation of ColorTable
.
Implementations§
source§impl ColorTableBinReadArgs
impl ColorTableBinReadArgs
sourcepub fn builder() -> ColorTableBinReadArgBuilder<Needed>
pub fn builder() -> ColorTableBinReadArgBuilder<Needed>
Creates a new builder for this type.
Trait Implementations§
source§impl Clone for ColorTableBinReadArgs
impl Clone for ColorTableBinReadArgs
source§fn clone(&self) -> ColorTableBinReadArgs
fn clone(&self) -> ColorTableBinReadArgs
Returns a copy 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 NamedArgs for ColorTableBinReadArgs
impl NamedArgs for ColorTableBinReadArgs
Auto Trait Implementations§
impl Freeze for ColorTableBinReadArgs
impl RefUnwindSafe for ColorTableBinReadArgs
impl Send for ColorTableBinReadArgs
impl Sync for ColorTableBinReadArgs
impl Unpin for ColorTableBinReadArgs
impl UnwindSafe for ColorTableBinReadArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)