#[repr(C)]pub struct ViewOptions {
pub vl_len_: int32,
pub security_barrier: bool,
pub check_option: Type,
}
Fields§
§vl_len_: int32
§security_barrier: bool
§check_option: Type
Trait Implementations§
Source§impl Clone for ViewOptions
impl Clone for ViewOptions
Source§fn clone(&self) -> ViewOptions
fn clone(&self) -> ViewOptions
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 ViewOptions
impl Debug for ViewOptions
Source§impl Default for ViewOptions
impl Default for ViewOptions
impl Copy for ViewOptions
Auto Trait Implementations§
impl Freeze for ViewOptions
impl RefUnwindSafe for ViewOptions
impl Send for ViewOptions
impl Sync for ViewOptions
impl Unpin for ViewOptions
impl UnwindSafe for ViewOptions
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