#[repr(C)]pub struct RelFileNodeBackend {
pub node: RelFileNode,
pub backend: BackendId,
}Fields§
§node: RelFileNode§backend: BackendIdTrait Implementations§
Source§impl Clone for RelFileNodeBackend
impl Clone for RelFileNodeBackend
Source§fn clone(&self) -> RelFileNodeBackend
fn clone(&self) -> RelFileNodeBackend
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 moreimpl Copy for RelFileNodeBackend
Source§impl Debug for RelFileNodeBackend
impl Debug for RelFileNodeBackend
Auto Trait Implementations§
impl Freeze for RelFileNodeBackend
impl RefUnwindSafe for RelFileNodeBackend
impl Send for RelFileNodeBackend
impl Sync for RelFileNodeBackend
impl Unpin for RelFileNodeBackend
impl UnsafeUnpin for RelFileNodeBackend
impl UnwindSafe for RelFileNodeBackend
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