#[repr(C)]pub struct gaiaLayerAuthInfos {
pub IsReadOnly: c_int,
pub IsHidden: c_int,
}Expand description
Layer Auth infos
Fields§
§IsReadOnly: c_intRead-Only layer: TRUE or FALSE
IsHidden: c_intHidden layer: TRUE or FALSE
Trait Implementations§
Source§impl Clone for gaiaLayerAuthInfos
impl Clone for gaiaLayerAuthInfos
Source§fn clone(&self) -> gaiaLayerAuthInfos
fn clone(&self) -> gaiaLayerAuthInfos
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 gaiaLayerAuthInfos
impl Debug for gaiaLayerAuthInfos
impl Copy for gaiaLayerAuthInfos
Auto Trait Implementations§
impl Freeze for gaiaLayerAuthInfos
impl RefUnwindSafe for gaiaLayerAuthInfos
impl Send for gaiaLayerAuthInfos
impl Sync for gaiaLayerAuthInfos
impl Unpin for gaiaLayerAuthInfos
impl UnwindSafe for gaiaLayerAuthInfos
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