Struct physis::shpk::NodeBinReadArgs
source · pub struct NodeBinReadArgs { /* private fields */ }
Expand description
Named arguments for the BinRead::read_options
implementation of Node
.
Implementations§
source§impl NodeBinReadArgs
impl NodeBinReadArgs
sourcepub fn builder() -> NodeBinReadArgBuilder<Needed, Needed, Needed, Needed>
pub fn builder() -> NodeBinReadArgBuilder<Needed, Needed, Needed, Needed>
Creates a new builder for this type.
Trait Implementations§
source§impl Clone for NodeBinReadArgs
impl Clone for NodeBinReadArgs
source§fn clone(&self) -> NodeBinReadArgs
fn clone(&self) -> NodeBinReadArgs
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 NodeBinReadArgs
impl NamedArgs for NodeBinReadArgs
Auto Trait Implementations§
impl Freeze for NodeBinReadArgs
impl RefUnwindSafe for NodeBinReadArgs
impl Send for NodeBinReadArgs
impl Sync for NodeBinReadArgs
impl Unpin for NodeBinReadArgs
impl UnwindSafe for NodeBinReadArgs
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
)