#[repr(C)]pub struct rbs_namespace {
pub base: rbs_node_t,
pub path: *mut rbs_node_list,
pub absolute: bool,
}Fields§
§base: rbs_node_t§path: *mut rbs_node_list§absolute: boolTrait Implementations§
Source§impl Clone for rbs_namespace
impl Clone for rbs_namespace
Source§fn clone(&self) -> rbs_namespace
fn clone(&self) -> rbs_namespace
Returns a duplicate 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 Debug for rbs_namespace
impl Debug for rbs_namespace
impl Copy for rbs_namespace
Auto Trait Implementations§
impl Freeze for rbs_namespace
impl RefUnwindSafe for rbs_namespace
impl !Send for rbs_namespace
impl !Sync for rbs_namespace
impl Unpin for rbs_namespace
impl UnsafeUnpin for rbs_namespace
impl UnwindSafe for rbs_namespace
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