#[repr(transparent)]pub struct SgiModuleId(pub u32);Expand description
Module ID
Tuple Fields§
§0: u32Implementations§
Source§impl SgiModuleId
impl SgiModuleId
Sourcepub const fn placeholder(&self) -> u32
pub const fn placeholder(&self) -> u32
Module ID
Sourcepub const fn set_placeholder(&mut self, val: u32)
pub const fn set_placeholder(&mut self, val: u32)
Module ID
Trait Implementations§
Source§impl Clone for SgiModuleId
impl Clone for SgiModuleId
Source§fn clone(&self) -> SgiModuleId
fn clone(&self) -> SgiModuleId
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 SgiModuleId
impl Debug for SgiModuleId
Source§impl Default for SgiModuleId
impl Default for SgiModuleId
Source§fn default() -> SgiModuleId
fn default() -> SgiModuleId
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiModuleId
impl PartialEq for SgiModuleId
impl Copy for SgiModuleId
impl Eq for SgiModuleId
impl StructuralPartialEq for SgiModuleId
Auto Trait Implementations§
impl Freeze for SgiModuleId
impl RefUnwindSafe for SgiModuleId
impl Send for SgiModuleId
impl Sync for SgiModuleId
impl Unpin for SgiModuleId
impl UnwindSafe for SgiModuleId
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