#[repr(C)]pub struct local_relopts {
pub options: *mut List,
pub validators: *mut List,
pub relopt_struct_size: Size,
}
Fields§
§options: *mut List
§validators: *mut List
§relopt_struct_size: Size
Trait Implementations§
Source§impl Clone for local_relopts
impl Clone for local_relopts
Source§fn clone(&self) -> local_relopts
fn clone(&self) -> local_relopts
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 Debug for local_relopts
impl Debug for local_relopts
Source§impl Default for local_relopts
impl Default for local_relopts
impl Copy for local_relopts
Auto Trait Implementations§
impl Freeze for local_relopts
impl RefUnwindSafe for local_relopts
impl !Send for local_relopts
impl !Sync for local_relopts
impl Unpin for local_relopts
impl UnwindSafe for local_relopts
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