pub struct SynchedObjectData {
pub synch_flags: u32,
pub sdl_exclude_list: Vec<String>,
pub sdl_volatile_list: Vec<String>,
}Expand description
Parsed plSynchedObject data.
Fields§
§synch_flags: u32§sdl_exclude_list: Vec<String>§sdl_volatile_list: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for SynchedObjectData
impl Clone for SynchedObjectData
Source§fn clone(&self) -> SynchedObjectData
fn clone(&self) -> SynchedObjectData
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 SynchedObjectData
impl Debug for SynchedObjectData
Source§impl Default for SynchedObjectData
impl Default for SynchedObjectData
Source§fn default() -> SynchedObjectData
fn default() -> SynchedObjectData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SynchedObjectData
impl RefUnwindSafe for SynchedObjectData
impl Send for SynchedObjectData
impl Sync for SynchedObjectData
impl Unpin for SynchedObjectData
impl UnsafeUnpin for SynchedObjectData
impl UnwindSafe for SynchedObjectData
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