#[repr(C)]pub struct EdgeRegisterAccessOptions {
pub is_public: bool,
}Fields§
§is_public: boolTrait Implementations§
Source§impl Clone for EdgeRegisterAccessOptions
impl Clone for EdgeRegisterAccessOptions
Source§fn clone(&self) -> EdgeRegisterAccessOptions
fn clone(&self) -> EdgeRegisterAccessOptions
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 EdgeRegisterAccessOptions
Auto Trait Implementations§
impl Freeze for EdgeRegisterAccessOptions
impl RefUnwindSafe for EdgeRegisterAccessOptions
impl Send for EdgeRegisterAccessOptions
impl Sync for EdgeRegisterAccessOptions
impl Unpin for EdgeRegisterAccessOptions
impl UnsafeUnpin for EdgeRegisterAccessOptions
impl UnwindSafe for EdgeRegisterAccessOptions
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